Skip to content

Commit 5d2d7e7

Browse files
authored
grammar: stray comma
1 parent 488e660 commit 5d2d7e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/liballoc/fmt.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@
251251
//!
252252
//! In some programming languages, the behavior of string formatting functions
253253
//! depends on the operating system's locale setting. The format functions
254-
//! provided by Rust's standard library do not have any concept of locale, and
254+
//! provided by Rust's standard library do not have any concept of locale and
255255
//! will produce the same results on all systems regardless of user
256256
//! configuration.
257257
//!

0 commit comments

Comments
 (0)