Skip to content

Commit f2e91f7

Browse files
committed
Update README.md
1 parent b707fdd commit f2e91f7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -169,9 +169,9 @@ An extended `NSCollectionViewDiffableDataSource that provides:
169169

170170
## OutlineViewDiffableDataSource
171171

172-
A diffable data source for NSOutlineView simliar to CollectionViewDiffableDataSource.
173-
174-
Example usage of a data source with a String as `ItemIdentifierType`:
172+
A diffable data source for NSOutlineView.
173+
174+
Example usage of a data source with a String as `ItemIdentifierType`:
175175

176176
```swift
177177
let dataSource = OutlineViewDiffableDataSource<String>(outlineView: outlineView, cellRegistration: cellRegistration)

0 commit comments

Comments
 (0)