Skip to content

Commit 3f3dfbe

Browse files
committed
Updated Readme.
1 parent 0a555a8 commit 3f3dfbe

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Readme.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ func item(for indexPath: IndexPath) -> SPDiffableItem? {}
162162
func indexPath(for itemID: SPDiffableItem.Identifier) -> IndexPath? {}
163163
func sections() -> [SPDiffableSection] {}
164164
func section(for index: Int) -> SPDiffableSection? {}
165-
cell<T: UITableViewCell>(_ type: T.Type, for itemID: SPDiffableItem.Identifier) -> T? {}
165+
func cell<T: UITableViewCell>(_ type: T.Type, for itemID: SPDiffableItem.Identifier) -> T? {}
166166
```
167167

168168
### Mediator

0 commit comments

Comments
 (0)