From aa2575f14e389d1e3f3509070858d4385c0bd488 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergen=20=C3=87epo=C4=9Flu?= Date: Thu, 25 Jul 2024 22:03:04 +0300 Subject: [PATCH] Update tooling-syntax-rewriting.md --- _overviews/scala3-migration/tooling-syntax-rewriting.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_overviews/scala3-migration/tooling-syntax-rewriting.md b/_overviews/scala3-migration/tooling-syntax-rewriting.md index 9ce122c1a0..5cd51e0cc7 100644 --- a/_overviews/scala3-migration/tooling-syntax-rewriting.md +++ b/_overviews/scala3-migration/tooling-syntax-rewriting.md @@ -52,7 +52,7 @@ Each of the first four options corresponds to a specific syntax: | Syntax | Compiler Option | |-|-| | Significant Indentation | `-indent` | -| Classical Braces | `-noindent` | +| Classical Braces | `-no-indent` | As we will see in further detail these options can be used in combination with the `-rewrite` option to automate the conversion to a particular syntax.