mirror of
https://github.com/mlua-rs/mlua
synced 2026-06-08 16:05:43 +00:00
very small doc fixes
This commit is contained in:
+1
-1
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user