Skip to content

Commit bd3a59d

Browse files
committed
fix: broken anchor
1 parent 85b7230 commit bd3a59d

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
@@ -295,7 +295,7 @@ for the call). Infix functions must meet the following requirements:
295295
* They must be member functions or [extension functions](extensions.md).
296296
* They must have a single parameter.
297297
* The parameter must not [accept variable number of arguments](#variable-number-of-arguments-varargs) and must have
298-
no [default value](#parameters-with-default-values).
298+
no [default value](#parameters-with-default-values-optional-parameters).
299299

300300
```kotlin
301301
infix fun Int.shl(x: Int): Int { ... }

0 commit comments

Comments
 (0)