Skip to content

Commit 3642f67

Browse files
committed
versus
1 parent 25d3b9c commit 3642f67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/topics/extensions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ fun main() {
185185
```
186186
{kotlin-runnable="true" kotlin-min-compiler-version="1.3" id="kotlin-extension-function-nullable-receiver"}
187187

188-
### Extension and member functions
188+
### Extension vs member functions
189189

190190
Since calling extension functions and member functions uses the same notation, how does the compiler know which one to use?
191191
Extension functions are dispatched _statically_, meaning the compiler determines which function to call based on the

0 commit comments

Comments
 (0)