We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fdca30 commit 7eecb94Copy full SHA for 7eecb94
src/libunicode/lib.rs
@@ -60,7 +60,7 @@ mod u_str;
60
/// As such, only values in the ranges \[0x0,0xD7FF\] and \[0xE000,0x10FFFF\]
61
/// (inclusive) are allowed. A `char` can always be safely cast to a `u32`;
62
/// 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..
+/// and, as such, should be performed via the `from_u32` function.
64
#[stable(feature = "rust1", since = "1.0.0")]
65
pub mod char {
66
pub use core::char::{MAX, from_u32, from_digit};
0 commit comments