From ebfd9afe09622fb8f4e1c8c5e895ba678b039f25 Mon Sep 17 00:00:00 2001 From: Lorenzo Cogotti Date: Wed, 14 Dec 2022 13:23:37 +0100 Subject: [PATCH] [README] Typo fix. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8250fc8..cf8878b 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ basic to advanced general purpose scripting and programmatic tasks. ## Philosophy -The library adheres the following these guidelines: +The library adheres the following guidelines: * only provide essential and reasonably portable functionality; * integrate seamlessly with the official Lua library (e.g. support Lua files as arguments, behave consistently with the Lua standard library);