diff options
Diffstat (limited to 'core/assert.lua')
-rw-r--r-- | core/assert.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/assert.lua b/core/assert.lua index baa08d5b..80e50a6e 100644 --- a/core/assert.lua +++ b/core/assert.lua @@ -31,7 +31,7 @@ end -- This is intended to be used with API function arguments so users receive more -- helpful error messages. -- @param v Value to assert the type of. --- @param expected_type String type to assert. It may be a punctuation-delimited +-- @param expected_type String type to assert. It may be a non-letter-delimited -- list of type options. -- @param narg The positional argument number *v* is associated with. This is -- not required to be a number. |