Skip to content

Commit 3d62bce

Browse files
committed
Update README.md
1 parent 65ae969 commit 3d62bce

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
@@ -171,7 +171,7 @@ An extended `NSCollectionViewDiffableDataSource that provides:
171171

172172
A diffable data source for `NSOutlineView` simliar to `CollectionViewDiffableDataSource`.
173173

174-
Example usage of a data source with a `String` as `ItemIdentifierType`:
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)