Skip to content

Commit a030609

Browse files
author
Jaden Peterson
committed
Corrected a misspelling
1 parent b42e746 commit a030609

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/stardoc/scala_proto.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ toolchain(
7373
| Name | Description | Type | Mandatory | Default |
7474
| :------------- | :------------- | :------------- | :------------- | :------------- |
7575
| <a id="scala_proto_toolchain-name"></a>name | A unique name for this target. | <a href="https://bazel.build/concepts/labels#target-names">Name</a> | required | |
76-
| <a id="scala_proto_toolchain-compiler"></a>compiler | The compiler to use to generate Scala form proto sources | <a href="https://bazel.build/concepts/labels">Label</a> | required | |
76+
| <a id="scala_proto_toolchain-compiler"></a>compiler | The compiler to use to generate Scala from proto sources | <a href="https://bazel.build/concepts/labels">Label</a> | required | |
7777
| <a id="scala_proto_toolchain-compiler_supports_workers"></a>compiler_supports_workers | - | Boolean | optional | `False` |
7878
| <a id="scala_proto_toolchain-protoc"></a>protoc | The protoc binary to use | <a href="https://bazel.build/concepts/labels">Label</a> | optional | `"@protobuf//:protoc"` |
7979

rules/scala_proto.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ scala_proto_toolchain = rule(
4242
"compiler": attr.label(
4343
allow_files = True,
4444
cfg = "exec",
45-
doc = "The compiler to use to generate Scala form proto sources",
45+
doc = "The compiler to use to generate Scala from proto sources",
4646
executable = True,
4747
mandatory = True,
4848
),

0 commit comments

Comments
 (0)