Skip to content

Commit

Permalink
Fix GoArchiveData docs (#4130)
Browse files Browse the repository at this point in the history
**What type of PR is this?**

Documentation

**What does this PR do? Why is it needed?**

**Which issues(s) does this PR fix?**

Fixes #4129

**Other notes for review**
  • Loading branch information
fmeum authored Oct 3, 2024
1 parent 615c816 commit 76ada20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/providers.rst
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ rule. Instead, it's referenced in the ``data`` field of GoArchive_.
| The .go sources compiled into the archive. May have been generated or |
| transformed with tools like cgo and cover. |
+--------------------------------+-----------------------------------------------------------------+
| :param:`runfiles` | :type:`runfiles` |
| :param:`runfiles` | :type:`runfiles` |
+--------------------------------+-----------------------------------------------------------------+
| Data files that should be available at runtime to binaries and tests built |
| from this archive. |
Expand Down

1 comment on commit 76ada20

@dzbarsky
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I must be blind, those look exactly the same to me 🤣

Please sign in to comment.