Skip to content

Commit 161c35a

Browse files
committed
KTL-3792 fix: workaround for formatting of nested block comment example
1 parent 4ac4328 commit 161c35a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/topics/basic-syntax.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -305,7 +305,7 @@ Block comments in Kotlin can be nested:
305305

306306
```kotlin
307307
/* The comment starts here
308-
/* contains a nested comment */
308+
/* contains a nested comment */
309309
and ends here. */
310310
```
311311

0 commit comments

Comments
 (0)