Skip to content

Commit 3fc4a12

Browse files
feat(core): update readme
1 parent c52e38f commit 3fc4a12

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
@@ -50,7 +50,7 @@ addItems(items, itemChildren: { $0.subitems }, to: listTreeDataSource)
5050
```
5151

5252
Fold (inorder traversal + map into final result):
53-
Use case: changes were made and we need final tree. FO
53+
Use case: changes were made and we need final tree.
5454
```
5555
let folded = listTreeDataSource.fold({ ResultItem(item: $0) }) { item, subitems in
5656
ResultItem(identifier: item.identifier, title: item.title, subitems: subitems)

0 commit comments

Comments
 (0)