diff options
| author | Matt Kraai <kraai@ftbfs.org> | 2016-06-01 05:32:11 -0700 |
|---|---|---|
| committer | Matt Kraai <kraai@ftbfs.org> | 2016-06-01 05:32:11 -0700 |
| commit | 68ac3e9ff0bf0218b037684812519597afd71a76 (patch) | |
| tree | 46bcba495d5935d679bc4bf23a283973ab37e181 | |
| parent | 298730e7032cd55809423773da397cd5c7d827d4 (diff) | |
| download | rust-68ac3e9ff0bf0218b037684812519597afd71a76.tar.gz rust-68ac3e9ff0bf0218b037684812519597afd71a76.zip | |
Fix broken link name in `bool` documentation
| -rw-r--r-- | src/libstd/primitive_docs.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/primitive_docs.rs b/src/libstd/primitive_docs.rs index e083605a2ac..11af768c5b9 100644 --- a/src/libstd/primitive_docs.rs +++ b/src/libstd/primitive_docs.rs @@ -28,7 +28,7 @@ /// ``` /// /// [`assert!`]: macro.assert!.html -/// [`if` conditionals]: ../book/if.html +/// [`if`]: ../book/if.html /// [`BitAnd`]: ops/trait.BitAnd.html /// [`BitOr`]: ops/trait.BitOr.html /// [`Not`]: ops/trait.Not.html |
