From 8474db4530bae59bd541d93b1aa1ad763502ff9b Mon Sep 17 00:00:00 2001 From: Cyborus04 <87248184+Cyborus04@users.noreply.github.com> Date: Fri, 17 Sep 2021 20:24:54 -0400 Subject: [PATCH] Fix typo in `ArcSwapOption::const_empty` documentation --- src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index 2dba712..b787c90 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -739,7 +739,7 @@ impl>>> ArcSwapAny>, S> { } impl ArcSwapOption { - /// A const-fn equilavent of [empty]. + /// A const-fn equivalent of [empty]. /// /// Just like [empty], this creates an `None`-holding `ArcSwapOption`. The [empty] is, however, /// more general ‒ this is available only for the default strategy, while [empty] is for any