Skip to content

Commit 34e4b76

Browse files
committed
Preface Scala 3 tweak
1 parent 3a34ced commit 34e4b76

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/pages/preface/conventions.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,8 @@ Source code blocks are written as follows.
2525
Syntax is highlighted appropriately where applicable:
2626

2727
```scala mdoc:silent
28-
object MyApp extends App {
28+
object MyApp extends App:
2929
println("Hello world!") // Print a fine message to the user!
30-
}
3130
```
3231

3332
Most code passes through [mdoc][link-mdoc] to ensure it compiles.

0 commit comments

Comments
 (0)