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