Skip to content

Commit

Permalink
Preface Scala 3 tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianhjr committed Feb 18, 2023
1 parent 389b3d1 commit 2b14e25
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/pages/preface/conventions.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,8 @@ Source code blocks are written as follows.
Syntax is highlighted appropriately where applicable:

```scala mdoc:silent
object MyApp extends App {
object MyApp extends App:
println("Hello world!") // Print a fine message to the user!
}
```

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

0 comments on commit 2b14e25

Please sign in to comment.