Skip to content
This repository was archived by the owner on Jan 24, 2025. It is now read-only.

Commit 428a522

Browse files
authored
Merge pull request #445 from otrebski/patch-1
Word typo in documentation fixed
2 parents 9a20ea8 + d1b5820 commit 428a522

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs-sources/usage/modifying.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ with the `Diff.ignore` instance.
3535
## collection support
3636

3737
Specify how objects within particular collection within particular diff instance should be matched.
38-
We distinguish free main types of collections:
38+
We distinguish three main types of collections:
3939
- seqLike collections where elements are indexed collections
4040
- setLike collections where elements aren't indexed
4141
- mapLike collections where elements(values) are indexed by some keys
@@ -54,4 +54,4 @@ implicit val diffOrg: Diff[Organization] = Diff.summon[Organization]
5454
// mapLike methods:
5555
.modify(_.peopleMap).matchByValue(_.age)
5656
.modify(_.peopleMap).matchByKey(_.weight)
57-
```
57+
```

0 commit comments

Comments
 (0)