Update docs/_posts/2022-01-27-luau-recap-january-2022.md

Co-authored-by: Alexander McCord <11488393+alexmccord@users.noreply.github.com>
This commit is contained in:
Andy Friesen 2022-01-28 12:27:26 -08:00 committed by GitHub
parent 010848a9bb
commit b05f3c2d6d
Signed by: DevComp
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,7 @@ implementation (up to 10x depending on the number and the platform). the bottlen
---
Make `toNumber(x)` ~2x faster by avoiding reparsing string arguments.
Make `tonumber(x)` ~2x faster by avoiding reparsing string arguments.
---