From 76ada20edece912ab857e053f6aadd55189756d3 Mon Sep 17 00:00:00 2001 From: Fabian Meumertzheim Date: Thu, 3 Oct 2024 20:59:28 +0200 Subject: [PATCH] Fix `GoArchiveData` docs (#4130) **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** --- go/providers.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/go/providers.rst b/go/providers.rst index 1f3f5d25d..deb1adebd 100644 --- a/go/providers.rst +++ b/go/providers.rst @@ -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. |