]> git.lizzy.rs Git - rust.git/commitdiff
README grammar fix (#3926)
authorenterprisey <danielhglus@gmail.com>
Thu, 14 Nov 2019 14:44:59 +0000 (09:44 -0500)
committerCaleb Cartwright <calebcartwright@users.noreply.github.com>
Sat, 30 Oct 2021 16:07:59 +0000 (11:07 -0500)
Remove comma splice

README.md

index 9c7a1c4bc341bed77ce3ee362a8eea5d01ad7974..62e8ea608913ed936b8478d77cec410a070e138a 100644 (file)
--- a/README.md
+++ b/README.md
@@ -47,7 +47,7 @@ cargo +nightly fmt
 
 ## Limitations
 
-Rustfmt tries to work on as much Rust code as possible, sometimes, the code
+Rustfmt tries to work on as much Rust code as possible. Sometimes, the code
 doesn't even need to compile! As we approach a 1.0 release we are also looking
 to limit areas of instability; in particular, post-1.0, the formatting of most
 code should not change as Rustfmt improves. However, there are some things that