Update wording in README.md
This commit is contained in:
parent
b80420eee4
commit
03892cf149
1 changed files with 1 additions and 1 deletions
|
@ -51,7 +51,7 @@ shares a lot of its syntax and semantics with.
|
||||||
|
|
||||||
I really like Rust, but if I just care about writing an application I believe
|
I really like Rust, but if I just care about writing an application I believe
|
||||||
Rust's memory model with its borrow checker is overkill. Having a garbage
|
Rust's memory model with its borrow checker is overkill. Having a garbage
|
||||||
collector certainly results in a performance penalty, but I believe that as
|
collector might result in a performance penalty, but I believe that as
|
||||||
long as the user does not notice it, it does not really matter.
|
long as the user does not notice it, it does not really matter.
|
||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
Loading…
Reference in a new issue