From 1229986d26a0d35eadc80c8c313e0fa9da95d2bb Mon Sep 17 00:00:00 2001 From: Jack O'Connor Date: Wed, 4 Jun 2025 15:14:09 -0700 Subject: remove a comma --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/lib.rs b/src/lib.rs index 280964b..217314c 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -39,7 +39,7 @@ //! //! The `rayon` feature (disabled by default, but enabled for [docs.rs]) adds //! the [`update_rayon`](Hasher::update_rayon) and (in combination with `mmap` -//! below) [`update_mmap_rayon`](Hasher::update_mmap_rayon) methods, for +//! below) [`update_mmap_rayon`](Hasher::update_mmap_rayon) methods for //! multithreaded hashing. However, even if this feature is enabled, all other //! APIs remain single-threaded. //! -- cgit v1.2.3