From cefca7a7d849bc4136fe314fe59a49b70219dbd7 Mon Sep 17 00:00:00 2001 From: Max Date: Tue, 20 Aug 2024 15:12:12 +0000 Subject: Fix typos (#4784) --- crates/typst-utils/src/hash.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'crates/typst-utils/src') diff --git a/crates/typst-utils/src/hash.rs b/crates/typst-utils/src/hash.rs index dabae24c..3dbadbe2 100644 --- a/crates/typst-utils/src/hash.rs +++ b/crates/typst-utils/src/hash.rs @@ -16,8 +16,8 @@ use siphasher::sip128::{Hasher128, SipHasher13}; /// Note that for a value `v` of type `T`, `hash(v)` is not necessarily equal to /// `hash(LazyHash::new(v))`. Writing the precomputed hash into a hasher's /// state produces different output than writing the value's parts directly. -/// However, that seldomly matters as you are typically either dealing with -/// values of type `T` or with values of type `LazyHash`, not a mix of both. +/// However, that seldom matters as you are typically either dealing with values +/// of type `T` or with values of type `LazyHash`, not a mix of both. /// /// # Equality /// Because Typst uses high-quality 128 bit hashes in all places, the risk of a -- cgit v1.2.3