Skip to content

Commit

Permalink
Fixed typo in docs (bazelbuild#1110)
Browse files Browse the repository at this point in the history
* Fixed typo

* Regenerate documentation
  • Loading branch information
UebelAndre authored and cfredric committed Feb 16, 2022
1 parent 739c98d commit b90d504
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ PAGES = dict([
page(
name = "rust_repositories",
symbols = [
"rules_rust_depednencies",
"rules_rust_dependencies",
"rust_register_toolchains",
"rust_repositories",
"rust_repository_set",
Expand Down
2 changes: 1 addition & 1 deletion docs/flatten.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
* [extra_rustc_flags](#extra_rustc_flags)
* [fail_when_enabled](#fail_when_enabled)
* [incompatible_flag](#incompatible_flag)
* [rules_rust_depednencies](#rules_rust_depednencies)
* [rules_rust_dependencies](#rules_rust_dependencies)
* [rust_analyzer](#rust_analyzer)
* [rust_analyzer_aspect](#rust_analyzer_aspect)
* [rust_binary](#rust_binary)
Expand Down
2 changes: 1 addition & 1 deletion docs/rust_repositories.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!-- Generated with Stardoc: http://skydoc.bazel.build -->
# Rust Repositories

* [rules_rust_depednencies](#rules_rust_depednencies)
* [rules_rust_dependencies](#rules_rust_dependencies)
* [rust_register_toolchains](#rust_register_toolchains)
* [rust_repositories](#rust_repositories)
* [rust_repository_set](#rust_repository_set)
Expand Down

0 comments on commit b90d504

Please sign in to comment.