Update wording in README.md

This commit is contained in:
Sam Vervaeck 2020-05-10 12:03:29 +02:00
parent b80420eee4
commit 03892cf149

View file

@ -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