We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b707fdd commit f2e91f7Copy full SHA for f2e91f7
README.md
@@ -169,9 +169,9 @@ An extended `NSCollectionViewDiffableDataSource that provides:
169
170
## OutlineViewDiffableDataSource
171
172
- A diffable data source for NSOutlineView simliar to CollectionViewDiffableDataSource.
173
-
174
- Example usage of a data source with a String as `ItemIdentifierType`:
+ A diffable data source for NSOutlineView.
+
+ Example usage of a data source with a String as `ItemIdentifierType`:
175
176
```swift
177
let dataSource = OutlineViewDiffableDataSource<String>(outlineView: outlineView, cellRegistration: cellRegistration)
0 commit comments