From 3460aee7bb69979945aa47b6483d95cf7fde7a2d Mon Sep 17 00:00:00 2001 From: Seph Lietz Date: Wed, 27 Jun 2018 21:40:29 -0500 Subject: [PATCH] Scala Compiler Options minor copy edits --- _overviews/compiler-options/index.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/_overviews/compiler-options/index.md b/_overviews/compiler-options/index.md index 69e2338a82..aa228ba67d 100644 --- a/_overviews/compiler-options/index.md +++ b/_overviews/compiler-options/index.md @@ -27,21 +27,21 @@ discourse: true ## Introduction -Scala compiler `scalac` offers various **compiler options**, also referred as **compiler flags**, to change how to compile your program. +Scala compiler `scalac` offers various **compiler options**, also referred to as **compiler flags**, to change how to compile your program. -Nowadays, most people are not running scalac from the command line. -Instead, they use sbt, IDE, and other tools as their interface to the compiler. -Therefore they may not even have scalac installed, and won't think to do `man scalac`. +Nowadays, most people are not running `scalac` from the command line. +Instead, they use sbt, an IDE, and other tools as their interface to the compiler. +Therefore they may not even have `scalac` installed, and won't think to do `man scalac`. -This page come to the rescue for the people to find... +This page comes to the rescue for the people to find… -* What compiler options scalac offers -* How to use compiler option +* What compiler options `scalac` offers +* How to use compiler options ## How to use compiler options -### Use compiler option with scalac +### Use compiler options with scalac ```bash scalac [ ] @@ -51,7 +51,7 @@ E.g. `scalac -encoding utf8 -Xfatal-warnings Hello.scala` -### Use compiler option with sbt +### Use compiler options with sbt @@ -182,4 +182,4 @@ scalacOptions ++= Seq(
all
matches all phases
- \ No newline at end of file +