chore: fix typo in function name
This commit is contained in:
parent
22e004ae57
commit
57a37cdf52
1 changed files with 1 additions and 1 deletions
|
@ -129,7 +129,7 @@ where
|
||||||
Some(previous)
|
Some(previous)
|
||||||
}
|
}
|
||||||
|
|
||||||
pub fn is_emtpy(&self) -> bool {
|
pub fn is_empty(&self) -> bool {
|
||||||
self.len() == 0
|
self.len() == 0
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue