Skip to content

Commit 8323d6a

Browse files
authored
Fix typo (missing >)
1 parent 7d4e9b3 commit 8323d6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

library/core/src/num/nonzero.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ macro_rules! nonzero_integers {
3939
///
4040
#[doc = concat!("`", stringify!($Ty), "` is guaranteed to have the same layout and bit validity as `", stringify!($Int), "`")]
4141
/// with the exception that `0` is not a valid instance.
42-
#[doc = concat!("`Option<", stringify!($Ty), "` is guaranteed to be compatible with `", stringify!($Int), "`,"
42+
#[doc = concat!("`Option<", stringify!($Ty), ">` is guaranteed to be compatible with `", stringify!($Int), "`,"
4343
/// including in FFI.
4444
#[$stability]
4545
#[derive(Copy, Clone, Eq, PartialEq, Ord, PartialOrd, Hash)]

0 commit comments

Comments
 (0)