Skip to content

Commit d50c31b

Browse files
committed
Update README.md
1 parent 662eaf9 commit d50c31b

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
@@ -26,7 +26,7 @@ diffableDataSource.displayingHandlers.willDisplay = { itemIdentifier, cell in
2626
}
2727
```
2828

29-
`TableViewDiffableDataSource` provides handlers for reordering of cells/items like the reordering handlers of `UICollectionViewDiffableDataSource` that Apple provides:
29+
`TableViewDiffableDataSource` provides handlers for reordering cells like the `UICollectionViewDiffableDataSource` reordering handlers that Apple provides:
3030

3131
```swift
3232
// Allow every item to be reordered

0 commit comments

Comments
 (0)