From 29b0f024728d3a34514e381b72ad9a92e31c6ecb Mon Sep 17 00:00:00 2001 From: kyren Date: Sun, 21 May 2017 23:34:47 -0400 Subject: [PATCH] fix typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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