Skip to content

Commit 07d83a8

Browse files
authored
Merge pull request #1085 from pacom20003/patch-1
Simple gramar fix
2 parents d8949a9 + 6a41655 commit 07d83a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

getting-started-intellij-track/building-a-scala-project-with-intellij-and-sbt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ object Main extends App {
6262
}
6363
```
6464

65-
Note: IntelliJ has its own implementation the Scala compiler, and sometimes your
65+
Note: IntelliJ has its own implementation of the Scala compiler, and sometimes your
6666
code is correct even though IntelliJ indicates otherwise. You can always check
6767
to see if sbt can run your project on the command line.
6868

0 commit comments

Comments
 (0)