Fix many spelling errors

This commit is contained in:
Landon Curt Noll
2021-02-12 22:09:47 -08:00
parent 486f4c5626
commit 507fe026e5
154 changed files with 482 additions and 476 deletions

View File

@@ -14,7 +14,7 @@ DESCRIPTION
Truncate x to j decimal places. If j is omitted, 0 places is assumed.
Specifying zero places makes the result identical to int().
Truncation of a non-integer prodcues values nearer to zero.
Truncation of a non-integer produces values nearer to zero.
EXAMPLE
; print trunc(pi()), trunc(pi(), 5)