commit | 57c6f4ec6b25b07958d91c658d0142dc0943e848 | [log] [tgz] |
---|---|---|
author | David Freese <dvfreese@gmail.com> | Mon May 18 08:32:39 2020 -0700 |
committer | GitHub <noreply@github.com> | Mon May 18 17:32:39 2020 +0200 |
tree | a79f596b108a505a84d8a4f79b7c6380e4b8bd92 | |
parent | 417cd83b27a7fe10c7ff422404b832ef290079bb [diff] |
Fix bug found in proto toolchain docs (#317)
diff --git a/proto/toolchain.bzl b/proto/toolchain.bzl index 1dda7c1..581985b 100644 --- a/proto/toolchain.bzl +++ b/proto/toolchain.bzl
@@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -"""Toolchain for compiling rust stubs from protobug and gRPC.""" +"""Toolchain for compiling rust stubs from protobuf and gRPC.""" def generated_file_stem(f): basename = f.rsplit("/", 2)[-1]