Skip to content

Commit 68ac3e9

Browse files
committed
Fix broken link name in bool documentation
1 parent 298730e commit 68ac3e9

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)