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 65ae969 commit 3d62bceCopy full SHA for 3d62bce
README.md
@@ -171,7 +171,7 @@ An extended `NSCollectionViewDiffableDataSource that provides:
171
172
A diffable data source for `NSOutlineView` simliar to `CollectionViewDiffableDataSource`.
173
174
- Example usage of a data source with a `String` as `ItemIdentifierType`:
+ 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