1
0
Fork 0

fix(docs): Correct small typos

This commit is contained in:
Benjamin F 2022-12-14 12:52:37 -08:00
parent 265833d419
commit fea16617d4
31 changed files with 36 additions and 36 deletions

View file

@ -75,6 +75,6 @@ The fourth parameter controls the precision. Lower numbers make the check less p
Typically, you don't need to worry about precision. But occasionally, you may
get unexpected results because of floating point errors, rounding errors, or
cubic bezier juggling.
cubic Bezier juggling.
When that happens, you can lower the precision so you get what you expect.