diff options
author | kyren <kerriganw@gmail.com> | 2017-08-02 17:25:19 -0400 |
---|---|---|
committer | kyren <kerriganw@gmail.com> | 2017-08-02 17:26:25 -0400 |
commit | d5552c494aeebc5b718f4a3a564c881b56cf5b67 (patch) | |
tree | b32fbc52a8180334361ab213b93239d6adac1a41 /README.md | |
parent | 93e8d7bc5cdda599b3ebab30daa3eb52c59e69f0 (diff) | |
download | mlua-d5552c494aeebc5b718f4a3a564c881b56cf5b67.zip |
Typo fix
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -67,8 +67,8 @@ This library is very much Work In Progress, so there is a lot of API churn. I believe the library should be stable and usable enough to realistically use in a real project, but the API has probably not settled down yet. I currently follow "pre-1.0 semver" (if such a thing exists), but there have been a large number of -API version bumps, and there will may continue to be. If you have a dependency -on rlua, you might want to consider adding a 0.x version bound. +API version bumps, and there may continue to be. If you have a dependency on +rlua, you might want to consider adding a 0.x version bound. ## Safety and panics |