summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorsanine-a <sanine.not@pm.me>2021-05-27 20:59:26 -0500
committersanine-a <sanine.not@pm.me>2021-05-27 20:59:26 -0500
commit0ed58392868f1b17fe0ab1b6ddf598ec82eb7170 (patch)
treef4e76069ff931056f09ad17f28fb872cb4cbbc60 /README.md
parent198832796a909e9edff44d72f555f7db0177e686 (diff)
add parse tests for table, any, and all types at once
Diffstat (limited to 'README.md')
-rw-r--r--README.md3
1 files changed, 1 insertions, 2 deletions
diff --git a/README.md b/README.md
index 33cdece..36d809f 100644
--- a/README.md
+++ b/README.md
@@ -73,8 +73,7 @@ const string representing the type.
arguments a lua_State pointer, any number of alternating type constant and
pointer pairs, and finally `HS_END` to close the arguments. This function
performs typechecking and in case of an error throws with helpful error
-messages. `hs_parse_args_fast()` does not perform typechecking, and as a
-result has much less friendly error messages.
+messages.
`HS_TBL`, `HS_FUNC`, `HS_NIL`, and `HS_ANY` take a pointer to an integer
that will be filled with the stack index of the argument.