We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ce91c7 commit fec1c65Copy full SHA for fec1c65
1 file changed
lib/cachex.ex
@@ -573,7 +573,7 @@ defmodule Cachex do
573
You may provide a third element in a `:commit` Tuple, to specify options the
574
same as you would in `put/4`.
575
576
- Multilpe calls to `fetch/4` with the same key while the `fallback` is running
+ Multiple calls to `fetch/4` with the same key while the `fallback` is running
577
will wait on the lazy evaluation to complete. Multiple instances of
578
`fallback` will never run concurrently for a given key.
579
0 commit comments