Skip to content

Commit bb18630

Browse files
committed
fix: comment the ellipsis
1 parent 569f3da commit bb18630

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/topics/functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -312,7 +312,7 @@ for the call). Infix functions must meet the following requirements:
312312
no [default value](#parameters-with-default-values-optional-parameters).
313313

314314
```kotlin
315-
infix fun Int.shl(x: Int): Int { ... }
315+
infix fun Int.shl(x: Int): Int { /*...*/ }
316316

317317
// calling the function using the infix notation
318318
1 shl 2

0 commit comments

Comments
 (0)