From 5fd5afaec9dd04f864867b6aae26ab4a77297c1a Mon Sep 17 00:00:00 2001 From: Chris Fredrickson Date: Mon, 29 Nov 2021 14:05:32 -0800 Subject: [PATCH] Fix typo in example on testing.md. The example says that `foo` should correspond to `provider_contents` earlier in the text. Closes #14274. PiperOrigin-RevId: 412977913 --- site/docs/skylark/testing.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/docs/skylark/testing.md b/site/docs/skylark/testing.md index 6522ef808f227f..1f2916a2033e1d 100644 --- a/site/docs/skylark/testing.md +++ b/site/docs/skylark/testing.md @@ -169,7 +169,7 @@ Then: * its test rule type should be named `foo_test` (`provider_contents_test`) -* the label of the target of this rule type should be `foo` +* the label of the target of this rule type should be `foo_test` (`provider_contents_test`) * the implementation function for the testing rule should be named