Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 63d2822

Browse files
authoredDec 23, 2019
Fix typo
1 parent 032d810 commit 63d2822

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/libcore/intrinsics.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1337,7 +1337,7 @@ extern "rust-intrinsic" {
13371337
/// Performs rotate right.
13381338
/// The stabilized versions of this intrinsic are available on the integer
13391339
/// primitives via the `rotate_right` method. For example,
1340-
/// [`std::u32::rotate_right`](../../std/primitive.u32.html#method.rotate_right
1340+
/// [`std::u32::rotate_right`](../../std/primitive.u32.html#method.rotate_right)
13411341
#[rustc_const_stable(feature = "const_int_rotate", since = "1.40.0")]
13421342
pub fn rotate_right<T>(x: T, y: T) -> T;
13431343

0 commit comments

Comments
 (0)
Please sign in to comment.