chore: fix typo in function name

This commit is contained in:
BitSyndicate 2025-04-21 00:05:33 +02:00
parent 5c30450985
commit bf66ca2f6e
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: 443E4198D6BBA6DE

View file

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