Skip to content

Commit 82d9103

Browse files
Rollup merge of rust-lang#34013 - kraai:fix-link, r=steveklabnik
Fix broken link name in `bool` documentation
2 parents 1d9e713 + 68ac3e9 commit 82d9103

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/primitive_docs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
/// ```
2929
///
3030
/// [`assert!`]: macro.assert!.html
31-
/// [`if` conditionals]: ../book/if.html
31+
/// [`if`]: ../book/if.html
3232
/// [`BitAnd`]: ops/trait.BitAnd.html
3333
/// [`BitOr`]: ops/trait.BitOr.html
3434
/// [`Not`]: ops/trait.Not.html

0 commit comments

Comments
 (0)