diff options
| author | Josh Soref <jsoref@users.noreply.github.com> | 2020-05-06 19:00:40 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-05-06 19:00:40 -0400 |
| commit | 5d2d7e7725adb3b9e92037e4b90f7d5436223abe (patch) | |
| tree | 307cd5830aabf68c503247f6bb84e7f9b224d01e /src/liballoc | |
| parent | 488e660728eb8f97650a85c12ffbfe61b7b20a6b (diff) | |
| download | rust-5d2d7e7725adb3b9e92037e4b90f7d5436223abe.tar.gz rust-5d2d7e7725adb3b9e92037e4b90f7d5436223abe.zip | |
grammar: stray comma
Diffstat (limited to 'src/liballoc')
| -rw-r--r-- | src/liballoc/fmt.rs | 2 |
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. //! |
