about summary refs log tree commit diff
path: root/src/liballoc
diff options
context:
space:
mode:
authorJosh Soref <jsoref@users.noreply.github.com>2020-05-06 19:00:40 -0400
committerGitHub <noreply@github.com>2020-05-06 19:00:40 -0400
commit5d2d7e7725adb3b9e92037e4b90f7d5436223abe (patch)
tree307cd5830aabf68c503247f6bb84e7f9b224d01e /src/liballoc
parent488e660728eb8f97650a85c12ffbfe61b7b20a6b (diff)
downloadrust-5d2d7e7725adb3b9e92037e4b90f7d5436223abe.tar.gz
rust-5d2d7e7725adb3b9e92037e4b90f7d5436223abe.zip
grammar: stray comma
Diffstat (limited to 'src/liballoc')
-rw-r--r--src/liballoc/fmt.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/liballoc/fmt.rs b/src/liballoc/fmt.rs
index 9c8e124d70a..a9420313890 100644
--- a/src/liballoc/fmt.rs
+++ b/src/liballoc/fmt.rs
@@ -251,7 +251,7 @@
 //!
 //! In some programming languages, the behavior of string formatting functions
 //! depends on the operating system's locale setting. The format functions
-//! provided by Rust's standard library do not have any concept of locale, and
+//! provided by Rust's standard library do not have any concept of locale and
 //! will produce the same results on all systems regardless of user
 //! configuration.
 //!