From a4c5936a1dcafd97f264182de582475c391f9976 Mon Sep 17 00:00:00 2001 From: Leonardo Gomes Date: Tue, 15 Feb 2022 14:12:10 -0300 Subject: [PATCH] =?UTF-8?q?Fixed=20all=20typos=20in=20README=20?= =?UTF-8?q?=F0=9F=93=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Using language tools and grammar review. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 719995ba..05f3d5da 100644 --- a/README.md +++ b/README.md @@ -62,7 +62,7 @@ If you want to add a new feature or in generally contribute I recommend to get i The game is based on a custom engine which itself is based on the YORG.io 3 game engine (Actually it shares almost the same core). The code within the engine is relatively clean with some code for the actual game on top of being hacky. -This project is based on ES5. Some ES2015 features are used but most of them are too slow, especially when polyfilled. For example, `Array.prototype.forEach` is only used within non-critical loops since it's slower than a plain for a loop. +This project is based on ES5. Some ES2015 features are used but most of them are too slow, especially when polyfilled. For example, `Array.prototype.forEach` is only used within non-critical loops since it's slower than a plain for loop. #### Adding a new component