summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLukas Rytz <lukas.rytz@typesafe.com>2016-07-12 17:36:42 +0200
committerGitHub <noreply@github.com>2016-07-12 17:36:42 +0200
commitea2f2bf7d3b3e9be76527fb8f660b8b6babe8876 (patch)
tree0577b5316a939766568c9ecf7a40767506fca27d
parent4e564efb04e508ccc0f479cf1a25331501927d88 (diff)
parent3285c47d00ffeb2f9920556486bd3e460f9f5608 (diff)
downloadscala-ea2f2bf7d3b3e9be76527fb8f660b8b6babe8876.tar.gz
scala-ea2f2bf7d3b3e9be76527fb8f660b8b6babe8876.tar.bz2
scala-ea2f2bf7d3b3e9be76527fb8f660b8b6babe8876.zip
Merge pull request #5274 from mpociecha/fix-intellij-readme
Remove redundant 'the' in IntelliJ's README.md
-rw-r--r--src/intellij/README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/intellij/README.md b/src/intellij/README.md
index 41fef04183..650d91e5d1 100644
--- a/src/intellij/README.md
+++ b/src/intellij/README.md
@@ -60,7 +60,7 @@ breakpoints within the Scala compiler.
## Running the Compiler and REPL
You can create run/debug configurations to run the compiler and REPL directly within
-IntelliJ, which might accelerate development and debugging of the the compiler.
+IntelliJ, which might accelerate development and debugging of the compiler.
To debug the Scala codebase you can also use "Remote" debug configuration and pass
the corresponding arguments to the jvm running the compiler / program.