Skip to content

Commit

Permalink
Fix prost toolchain documentation typo (#2202)
Browse files Browse the repository at this point in the history
This PR fixes a prost toolchain documentation typo.
  • Loading branch information
joelwachsler authored Oct 15, 2023
1 parent 31a18a9 commit 57585b7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/rust_proto.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ rust_library_group(
)

rust_prost_toolchain(
name = "default_prost_toolchain_impl",
name = "prost_toolchain_impl",
prost_plugin = "@crates_io//:protoc-gen-prost__protoc-gen-prost",
prost_runtime = ":prost_runtime",
prost_types = "@crates_io//:prost-types",
Expand Down
2 changes: 1 addition & 1 deletion docs/rust_proto.vm
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ rust_library_group(
)

rust_prost_toolchain(
name = "default_prost_toolchain_impl",
name = "prost_toolchain_impl",
prost_plugin = "@crates_io//:protoc-gen-prost__protoc-gen-prost",
prost_runtime = ":prost_runtime",
prost_types = "@crates_io//:prost-types",
Expand Down

0 comments on commit 57585b7

Please sign in to comment.