[ox] Fix typo in docs
This commit is contained in:
parent
ab5bc1adb6
commit
bfe890ae00
2
deps/ox/ox-docs.md
vendored
2
deps/ox/ox-docs.md
vendored
@ -201,7 +201,7 @@ never be checked in.
|
|||||||
```oxError``` always prints.
|
```oxError``` always prints.
|
||||||
It includes file and line, and is prefixed with a red "ERROR:".
|
It includes file and line, and is prefixed with a red "ERROR:".
|
||||||
It should generally be used conservatively.
|
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.
|
the user almost certainly wants to know about it.
|
||||||
|
|
||||||
```oxTrace``` and ```oxTracef```:
|
```oxTrace``` and ```oxTracef```:
|
||||||
|
Loading…
Reference in New Issue
Block a user