Skip to content

Conversation

@csgn
Copy link
Contributor

@csgn csgn commented Jul 25, 2024

I checked scalac command options as follows:

$ scalac --help
 -javaextdirs  Override java extdirs classpath.
    -language  Enable one or more language features.
  -new-syntax  Require `then` and `do` in control expressions.
   **-no-indent  Require classical {...} syntax, indentation is not significant.**
   -nowarn  Silence all warnings.

But in docs wrote as -noindent. So I change it to -no-indent

Copy link
Member

@bishabosha bishabosha left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@bishabosha bishabosha merged commit 81ef285 into scala:main Jul 26, 2024
fResult pushed a commit to fResult/docs.scala-lang that referenced this pull request Oct 27, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants