You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: upgrade.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -103,7 +103,7 @@ The `groupBy` method now returns `Collection` instances for each item in the par
103
103
104
104
#### The `lists` Method
105
105
106
-
The `lists` method now returns a `Collection` instance instead of a plain array for Collections. If you would like to convert the `Collection` into a plain array, use the `all` method:
106
+
The `lists` method now returns a `Collection` instance instead of a plain array. If you would like to convert the `Collection` into a plain array, use the `all` method:
0 commit comments