Skip to content

Commit fec1c65

Browse files
Fix typo
Co-authored-by: Hans Glimmerfors <hans_glimmerfors@hotmail.com>
1 parent 3ce91c7 commit fec1c65

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/cachex.ex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -573,7 +573,7 @@ defmodule Cachex do
573573
You may provide a third element in a `:commit` Tuple, to specify options the
574574
same as you would in `put/4`.
575575
576-
Multilpe calls to `fetch/4` with the same key while the `fallback` is running
576+
Multiple calls to `fetch/4` with the same key while the `fallback` is running
577577
will wait on the lazy evaluation to complete. Multiple instances of
578578
`fallback` will never run concurrently for a given key.
579579

0 commit comments

Comments
 (0)