From 3b686a3ffb49a0d28bf3fee9cb922ff0a9f58c8a Mon Sep 17 00:00:00 2001 From: Tshepang Lekhonkhobe Date: Mon, 10 Aug 2015 13:46:03 +0200 Subject: [PATCH] doc: add missing symbol --- src/libstd/path.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libstd/path.rs b/src/libstd/path.rs index 4a4db61c3b9..65d7b929c74 100644 --- a/src/libstd/path.rs +++ b/src/libstd/path.rs @@ -965,7 +965,7 @@ impl PathBuf { /// /// * if `path` has a root but no prefix (e.g. `\windows`), it /// replaces everything except for the prefix (if any) of `self`. - /// * if `path` has a prefix but no root, it replaces `self. + /// * if `path` has a prefix but no root, it replaces `self`. #[stable(feature = "rust1", since = "1.0.0")] pub fn push>(&mut self, path: P) { let path = path.as_ref();