diff --git a/ox-docs.md b/ox-docs.md index 177c02795..2cdbfa344 100644 --- a/ox-docs.md +++ b/ox-docs.md @@ -179,6 +179,8 @@ ox::Result f2() noexcept { ```oxRequire``` by default creates a const, but there is also an ```oxRequireM``` (oxRequire Mutable) variant for creating a non-const value. +* ```oxRequireM``` - oxRequire Mutable + ### Logging and Output Ox provides for logging and debug prints via the ```oxTrace```, ```oxDebug```, and ```oxError``` macros.