Skip to content

Commit 2a39d84

Browse files
authored
Update README.md
1 parent 9bcd070 commit 2a39d84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ let future3 = try userLoader.load(key: 1, on: req)
3535

3636
Now there is only one thing left and that is to dispathc it `try userLoader.dispatchQueue(on: req.eventLoop)`
3737

38-
The example above will only fetch users twice because `future1 == future3`
38+
The example above will only fetch two users, because the user with key `1` is present twice in the list.
3939

4040
#### Load multiple keys
4141
There is also an API to load multiple keys at once

0 commit comments

Comments
 (0)