summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
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.