Skip to content

Commit

Permalink
Fix prost documentation errors (bazelbuild#2093)
Browse files Browse the repository at this point in the history
This PR corrects two prost documentation errors.

---------

Co-authored-by: UebelAndre <github@uebelandre.com>
  • Loading branch information
joelwachsler and UebelAndre authored Sep 9, 2023
1 parent 1b19a46 commit 3e35d10
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 @@ -139,7 +139,7 @@ rust_prost_toolchain(

toolchain(
name = "prost_toolchain",
toolchain = "default_prost_toolchain_impl",
toolchain = "prost_toolchain_impl",
toolchain_type = "@rules_rust//proto/prost:toolchain_type",
)
```
Expand Down
2 changes: 1 addition & 1 deletion docs/rust_proto.vm
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ rust_prost_toolchain(

toolchain(
name = "prost_toolchain",
toolchain = "default_prost_toolchain_impl",
toolchain = "prost_toolchain_impl",
toolchain_type = "@rules_rust//proto/prost:toolchain_type",
)
```
Expand Down

0 comments on commit 3e35d10

Please sign in to comment.