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: docs/topics/collection-operations.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ transformations, and so on.
6
6
7
7
## Extension and member functions
8
8
9
-
Collection operations are declared in the standard library in two ways: [member functions](classes.md#class-members) of
9
+
Collection operations are declared in the standard library in two ways: [member functions](classes.md) of
10
10
collection interfaces and [extension functions](extensions.md#extension-functions).
11
11
12
12
Member functions define operations that are essential for a collection type. For example, [`Collection`](https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/-collection/index.html)
0 commit comments