Merge pull request #4671 from eltociear/patch-1

Fix typo in number.rs
This commit is contained in:
Jeong YunWon
2023-03-09 17:31:28 +09:00
committed by GitHub

View File

@@ -126,7 +126,7 @@ impl TryFromObject for ArgIntoBool {
}
}
// Implement ArgIndex to seperate between "true" int and int generated by index
// Implement ArgIndex to separate between "true" int and int generated by index
#[derive(Debug)]
#[repr(transparent)]
pub struct ArgIndex {