about summary refs log tree commit diff
path: root/src/liballoc
diff options
context:
space:
mode:
authorIvan Tham <pickfire@riseup.net>2020-04-13 22:24:58 +0800
committerIvan Tham <pickfire@riseup.net>2020-04-13 22:24:58 +0800
commitcbe96b04ad9a7109febac47e660d993b45542c1f (patch)
tree065d531198f2d733be31a8631f979a5e0fc184f2 /src/liballoc
parentd28a46444eacf066ea0e7fdf6eda066e315aaa4a (diff)
downloadrust-cbe96b04ad9a7109febac47e660d993b45542c1f.tar.gz
rust-cbe96b04ad9a7109febac47e660d993b45542c1f.zip
Add period to Pattern docs
Diffstat (limited to 'src/liballoc')
-rw-r--r--src/liballoc/string.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/liballoc/string.rs b/src/liballoc/string.rs
index 1e5fe125c55..cc628fe0f0c 100644
--- a/src/liballoc/string.rs
+++ b/src/liballoc/string.rs
@@ -1827,7 +1827,7 @@ impl<'a> Extend<Cow<'a, str>> for String {
     }
 }
 
-/// A convenience impl that delegates to the impl for `&str`
+/// A convenience impl that delegates to the impl for `&str`.
 #[unstable(
     feature = "pattern",
     reason = "API not fully fleshed out and ready to be stabilized",