diff --git a/docs/go/core/embedding.md b/docs/go/core/embedding.md index 89b2d36bb..cb24283ea 100644 --- a/docs/go/core/embedding.md +++ b/docs/go/core/embedding.md @@ -61,7 +61,7 @@ go_test( ) ``` -Embedding may also be used to add extra sources sources to a +Embedding may also be used to add extra sources to a `go_proto_library`. ``` bzl