From 3d9750c61c3ddb5c40a0429b4f1b86e1dab89c41 Mon Sep 17 00:00:00 2001 From: Yessiest Date: Sun, 10 Apr 2022 10:44:13 +0000 Subject: [PATCH] Fixed typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b696ed2..2c03822 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # luaqalculator This library implmenets some glue between libqalculate and lua, which is used for my bot's calculate function. -Calling this library a "binding" would probably be a mistake seeing that it simply isn't a binding, but rather a thing library that allows calling the "CalculateAndPrint" function from lua. +Calling this library a "binding" would probably be a mistake seeing that it simply isn't a binding, but rather a thin library that allows calling the "CalculateAndPrint" function from lua. That being said, it's more than enough for my particular use case. # Building