From 2b14e258f9da6b750451f967a3416639165f8d3f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fabi=C3=A1n=20Heredia=20Montiel?= Date: Sat, 11 Feb 2023 22:08:50 -0600 Subject: [PATCH] Preface Scala 3 tweak --- src/pages/preface/conventions.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/pages/preface/conventions.md b/src/pages/preface/conventions.md index f98ed4b1..9960e586 100644 --- a/src/pages/preface/conventions.md +++ b/src/pages/preface/conventions.md @@ -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.