Skip to content

Commit 24c28ef

Browse files
authored
fix list
This change seems like it shouldn't be necessary, but it makes the list render properly for me.
1 parent 22476e3 commit 24c28ef

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

examples/05_Collections/10_associateBy.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Functions `associateBy` and `groupBy` build maps from the elements of a collecti
44
You can also specify an optional `valueSelector` to define what will be stored in the `value` of the map element.
55

66
The difference between `associateBy` and `groupBy` is how they process objects with the same key:
7+
78
* `associateBy` uses the last suitable element as the value.
89
* `groupBy` builds a list of all suitable elements and puts it in the value.
910

0 commit comments

Comments
 (0)