summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorkyren <kerriganw@gmail.com>2017-05-21 23:34:47 -0400
committerkyren <kerriganw@gmail.com>2017-05-21 23:34:47 -0400
commit29b0f024728d3a34514e381b72ad9a92e31c6ecb (patch)
treea847aace29bf9fae3329a4c3a74f740acd4d0ef5 /README.md
parentf401a7043db62cf0db7e6644d3afddae596ca3a6 (diff)
downloadmlua-29b0f024728d3a34514e381b72ad9a92e31c6ecb.zip
fix typo
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 40d6816..cdeb1ea 100644
--- a/README.md
+++ b/README.md
@@ -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