Skip to content

Commit

Permalink
doc: fix grammatical error (#1671)
Browse files Browse the repository at this point in the history
  • Loading branch information
hawkingrei authored and jayconrod committed Aug 20, 2018
1 parent e8c849c commit 4f3399d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/core.rst
Expand Up @@ -92,7 +92,7 @@ Binaries that depend on this library may also set this value.
name = "cmd",
srcs = ["main.go"],
deps = ["//version:go_default_library"],
x_defs = {"example.com/repo/version.Version", "0.9"},
x_defs = {"example.com/repo/version.Version": "0.9"},
)
Stamping with the workspace status script
Expand Down

0 comments on commit 4f3399d

Please sign in to comment.