Skip to content

Commit 7eecb94

Browse files
committed
Fixed a tiny typo in the documentation of std::char.
1 parent 0fdca30 commit 7eecb94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libunicode/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ mod u_str;
6060
/// As such, only values in the ranges \[0x0,0xD7FF\] and \[0xE000,0x10FFFF\]
6161
/// (inclusive) are allowed. A `char` can always be safely cast to a `u32`;
6262
/// however the converse is not always true due to the above range limits
63-
/// and, as such, should be performed via the `from_u32` function..
63+
/// and, as such, should be performed via the `from_u32` function.
6464
#[stable(feature = "rust1", since = "1.0.0")]
6565
pub mod char {
6666
pub use core::char::{MAX, from_u32, from_digit};

0 commit comments

Comments
 (0)