From 03892cf1490c6502f3f981f2af1a4d84d9093ac6 Mon Sep 17 00:00:00 2001 From: Sam Vervaeck Date: Sun, 10 May 2020 12:03:29 +0200 Subject: [PATCH] Update wording in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e7fe56d68..6ed784634 100644 --- a/README.md +++ b/README.md @@ -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 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. ## License