1
Fork 0

Fix spelling errors in documentation.

This commit is contained in:
Joseph Crail 2015-05-04 13:21:27 -04:00
parent a979efc2f9
commit 464069a4bf
8 changed files with 9 additions and 9 deletions

View file

@ -358,7 +358,7 @@ pub fn is_separator(c: char) -> bool {
c.is_ascii() && is_sep_byte(c as u8)
}
/// The primary sperator for the current platform
/// The primary separator for the current platform
#[stable(feature = "rust1", since = "1.0.0")]
pub const MAIN_SEPARATOR: char = platform::MAIN_SEP;