diff options
author | kyren <kerriganw@gmail.com> | 2017-05-21 23:34:47 -0400 |
---|---|---|
committer | kyren <kerriganw@gmail.com> | 2017-05-21 23:34:47 -0400 |
commit | 29b0f024728d3a34514e381b72ad9a92e31c6ecb (patch) | |
tree | a847aace29bf9fae3329a4c3a74f740acd4d0ef5 /README.md | |
parent | f401a7043db62cf0db7e6644d3afddae596ca3a6 (diff) | |
download | mlua-29b0f024728d3a34514e381b72ad9a92e31c6ecb.zip |
fix typo
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -63,7 +63,7 @@ in rustc. For example: eliminate the lua multi macros in favor of simple tuples. See [this reddit discussion](http://www.reddit.com/r/rust/comments/5yujt6/) for -details of the current lifetime problem with callback wrapping. ## Examples +details of the current lifetime problem with callback wrapping. ## Safety |