Skip to content

Commit b6dbbd3

Browse files
committed
Fix typo error in Protobuild.toml
Signed-off-by: He Xiaoxi <tossmilestone@gmail.com>
1 parent 0b3e572 commit b6dbbd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Protobuild.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ plugins = ["grpc"]
1919
# This is the default.
2020
after = ["/usr/local/include"]
2121

22-
# This section let's us map protobuf imports to Go packages. These will become
22+
# This section let's map protobuf imports to Go packages. These will become
2323
# `-M` directives in the call to the go protobuf generator.
2424
[packages]
2525
"gogoproto/gogo.proto" = "github.com/gogo/protobuf/gogoproto"

0 commit comments

Comments
 (0)