]> git.lizzy.rs Git - rust.git/commitdiff
README tweak
authorRalf Jung <post@ralfj.de>
Thu, 30 Apr 2020 17:39:56 +0000 (19:39 +0200)
committerRalf Jung <post@ralfj.de>
Thu, 30 Apr 2020 17:39:56 +0000 (19:39 +0200)
README.md

index a64161809e642574859b399789427e398f60f0a1..ee23df5ed17e670430400db24fac93dbfdcb5ad2 100644 (file)
--- a/README.md
+++ b/README.md
@@ -48,8 +48,8 @@ in your program, and cannot run all programs:
   has no access to most platform-specific APIs or FFI. A few APIs have been
   implemented (such as printing to stdout) but most have not: for example, Miri
   currently does not support SIMD or networking.
-* Miri currently does not check for data-races and most other concurrency
-  related issues.
+* Miri currently does not check for data-races and most other concurrency-related
+  issues.
 
 [rust]: https://www.rust-lang.org/
 [mir]: https://github.com/rust-lang/rfcs/blob/master/text/1211-mir.md