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.