From 2c2acd14ead3656f68b9b6110feddbbcc6faba6f Mon Sep 17 00:00:00 2001 From: sashaodessa <140454972+sashaodessa@users.noreply.github.com> Date: Wed, 10 Sep 2025 23:17:00 +0200 Subject: [PATCH] Update mod.rs --- src/iterable/mod.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/iterable/mod.rs b/src/iterable/mod.rs index 202c3da..39873b4 100644 --- a/src/iterable/mod.rs +++ b/src/iterable/mod.rs @@ -39,7 +39,7 @@ pub use rev::Reverse; /// assert_eq!(f(xs), g(xs)); /// ``` /// -/// # Efficency +/// # Efficiency /// /// For efficiency, functions using iterables are often times relying on /// [`Borrow`](std::borrow::Borrow) in order to avoid copying the contents of