summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichaƂ Pociecha <michal.pociecha@gmail.com>2016-07-12 16:48:02 +0200
committerGitHub <noreply@github.com>2016-07-12 16:48:02 +0200
commit3285c47d00ffeb2f9920556486bd3e460f9f5608 (patch)
tree0577b5316a939766568c9ecf7a40767506fca27d
parent4e564efb04e508ccc0f479cf1a25331501927d88 (diff)
downloadscala-3285c47d00ffeb2f9920556486bd3e460f9f5608.tar.gz
scala-3285c47d00ffeb2f9920556486bd3e460f9f5608.tar.bz2
scala-3285c47d00ffeb2f9920556486bd3e460f9f5608.zip
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.