Fixed typo
This commit is contained in:
parent
fe3295b410
commit
3d9750c61c
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue