From b7bfe04b2d003d08f6ac450f41d7f221cb87f129 Mon Sep 17 00:00:00 2001 From: Joseph Crail Date: Tue, 2 Sep 2014 01:35:58 -0400 Subject: Fix spelling errors and capitalization. --- src/libstd/path/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libstd/path') diff --git a/src/libstd/path/mod.rs b/src/libstd/path/mod.rs index 86036c2a2dc..5a5068f4d01 100644 --- a/src/libstd/path/mod.rs +++ b/src/libstd/path/mod.rs @@ -841,7 +841,7 @@ impl<'a, P: GenericPath> Display<'a, P> { /// Returns the path as a possibly-owned string. /// /// If the path is not UTF-8, invalid sequences will be replaced with the - /// unicode replacement char. This involves allocation. + /// Unicode replacement char. This involves allocation. #[inline] pub fn as_maybe_owned(&self) -> MaybeOwned<'a> { String::from_utf8_lossy(if self.filename { -- cgit 1.4.1-3-g733a5