Skip to content

Commit

Permalink
Fix spelling error in README (#11)
Browse files Browse the repository at this point in the history
  • Loading branch information
drumnkyle authored and rnystrom committed Oct 30, 2018
1 parent 97131b3 commit 22477a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -45,7 +45,7 @@ if let cached = cache.get(id: user.id) as User? {
### Listeners

One of the strengths of `FlatCache` is adding "listeners" to the cache to be notified when an object is changed. This powerful tool let's multiple systems respond to object changes.
One of the strengths of `FlatCache` is adding "listeners" to the cache to be notified when an object is changed. This powerful tool lets multiple systems respond to object changes.

```swift
let cache = FlatCache()
Expand Down

0 comments on commit 22477a9

Please sign in to comment.