Skip to content

Commit

Permalink
crate_universe: fix typo (#1314)
Browse files Browse the repository at this point in the history
* crate_universe: fix typo

* Regenerate documentation

Co-authored-by: UebelAndre <[email protected]>
  • Loading branch information
leoluk and UebelAndre authored May 24, 2022
1 parent 69ca261 commit aca4ec1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion crate_universe/private/splicing_utils.bzl
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ load(":common_utils.bzl", "cargo_environ", "execute")
CARGO_BAZEL_DEBUG = "CARGO_BAZEL_DEBUG"

def splicing_config(resolver_version = "1"):
"""arious settings used to configure Cargo manifest splicing behavior.
"""Various settings used to configure Cargo manifest splicing behavior.
[rv]: https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
Expand Down
2 changes: 1 addition & 1 deletion docs/crate_universe.md
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@ string: A json encoded struct to match the Rust `config::RenderConfig` struct
splicing_config(<a href="#splicing_config-resolver_version">resolver_version</a>)
</pre>

arious settings used to configure Cargo manifest splicing behavior.
Various settings used to configure Cargo manifest splicing behavior.

[rv]: https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions

Expand Down

0 comments on commit aca4ec1

Please sign in to comment.