From 8156b7e529f916d974ca02abda9a0b2ebb9cc27a Mon Sep 17 00:00:00 2001 From: kyren Date: Sun, 25 Jun 2017 18:33:02 -0400 Subject: [PATCH] Small README typo fix --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 99bc0af..4042098 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,7 @@ Additionally, there are ways I would like to change this API, once support lands in rustc. For example: * Once ATCs land, there should be a way to wrap callbacks based on argument - and return signature, rather than calling Lua.pack / Lua.unpack inside the + and return signature, rather than calling Lua::pack / Lua::unpack inside the callback. Until then, it is impossible to name the type of the function that would do the wrapping (See [this reddit discussion](http://www.reddit.com/r/rust/comments/5yujt6/))