aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJack O'Connor <[email protected]>2025-06-04 15:14:09 -0700
committerJack O'Connor <[email protected]>2025-06-04 15:14:09 -0700
commit1229986d26a0d35eadc80c8c313e0fa9da95d2bb (patch)
treecc351903df498abca68450917d519a76ace89d39
parentacf7a54fe2c0d616127fb5bc8e68156c173975cf (diff)
remove a comma
-rw-r--r--src/lib.rs2
1 files changed, 1 insertions, 1 deletions
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.
//!