mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 14:54:07 +10:00
Fixed a spelling mistake
This commit is contained in:
@@ -1002,8 +1002,8 @@ int Toy_hookMath(Toy_Interpreter* interpreter, Toy_Literal identifier, Toy_Liter
|
||||
|
||||
// Comparison
|
||||
{"checkIsNaN", nativeCheckIsNaN},
|
||||
{"chechIsFinite", nativeCheckIsFinite},
|
||||
{"chechIsInfinite", nativeCheckIsInfinite},
|
||||
{"checkIsFinite", nativeCheckIsFinite},
|
||||
{"checkIsInfinite", nativeCheckIsInfinite},
|
||||
{"epsilionCompare", nativeEpsilionCompare},
|
||||
|
||||
{NULL, NULL}
|
||||
|
||||
Reference in New Issue
Block a user