Skip to content

Commit 63d2822

Browse files
authored
Fix typo
1 parent 032d810 commit 63d2822

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: src/libcore/intrinsics.rs

+1-1
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)