[ox] Fix typo in docs
All checks were successful
Build / build (push) Successful in 3m16s

This commit is contained in:
Gary Talent 2024-10-08 23:04:49 -05:00
parent d8f9336339
commit 40ed090b5e

View File

@ -201,7 +201,7 @@ never be checked in.
```oxError``` always prints.
It includes file and line, and is prefixed with a red "ERROR:".
It should generally be used conservatively.
It shuld be used only when there is an error that is not technically fatal, but
It should be used only when there is an error that is not technically fatal, but
the user almost certainly wants to know about it.
```oxTrace``` and ```oxTracef```: