Fixed typo

This commit is contained in:
Yessiest 2022-04-10 10:44:13 +00:00
parent fe3295b410
commit 3d9750c61c
1 changed files with 1 additions and 1 deletions

View File

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