very small doc fixes

This commit is contained in:
kyren
2018-08-05 09:51:32 -04:00
parent 73306d2286
commit e6688e1db2
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -381,7 +381,7 @@ impl Lua {
/// Coerces a Lua value to an integer.
///
/// The value must be an integer, or a floating point number or a string that can be converted
/// The value must be an integer, or a floating point number, or a string that can be converted
/// to an integer. Refer to the Lua manual for details.
pub fn coerce_integer(&self, v: Value) -> Result<Integer> {
match v {