chore: fix typo in function name

This commit is contained in:
BitSyndicate 2025-04-21 00:05:33 +02:00 committed by lily
parent c26c29bfb9
commit 0d1eb9243b
Signed by: lily
GPG key ID: 601F3263FBCBC4B9

View file

@ -129,7 +129,7 @@ where
Some(previous)
}
pub fn is_emtpy(&self) -> bool {
pub fn is_empty(&self) -> bool {
self.len() == 0
}