fix some typos

This commit is contained in:
Rageking8 2022-10-21 17:40:36 +08:00
parent b1ab3b738a
commit 62a2a1d257
7 changed files with 6 additions and 6 deletions

View file

@ -27,7 +27,7 @@ pub struct SsoHashSet<T> {
map: SsoHashMap<T, ()>,
}
/// Adapter function used ot return
/// Adapter function used to return
/// result if SsoHashMap functions into
/// result SsoHashSet should return.
#[inline(always)]