Skip to content

Commit

Permalink
Fix typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
erichoracek authored Mar 16, 2021
1 parent ae10d9a commit 829cd1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ class CounterViewController: CollectionViewController {
let layout = UICollectionViewCompositionalLayout
.list(using: .init(appearance: .plain))
super.init(layout: layout)
setSections(sections, animated: false)
setItems(items, animated: false)
}

enum DataID {
Expand Down

0 comments on commit 829cd1f

Please sign in to comment.