summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDaniel C. Sobral <dcsobral@gmail.com>2011-10-14 18:01:32 -0300
committerDaniel C. Sobral <dcsobral@gmail.com>2011-12-01 17:15:12 -0200
commite21c0581937c7fb6dc995e3c9f62c278db88ae64 (patch)
tree43bb7d0aafe5168ae465690bf4ec5f5fc3be6da6 /src
parentfab4292f0424a7a49c3027e58d88e7d157e2e515 (diff)
downloadscala-e21c0581937c7fb6dc995e3c9f62c278db88ae64.tar.gz
scala-e21c0581937c7fb6dc995e3c9f62c278db88ae64.tar.bz2
scala-e21c0581937c7fb6dc995e3c9f62c278db88ae64.zip
Fix typo on Regex documentation.
Diffstat (limited to 'src')
-rw-r--r--src/library/scala/util/matching/Regex.scala2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/library/scala/util/matching/Regex.scala b/src/library/scala/util/matching/Regex.scala
index 28ba226324..ca97515e23 100644
--- a/src/library/scala/util/matching/Regex.scala
+++ b/src/library/scala/util/matching/Regex.scala
@@ -104,7 +104,7 @@ import java.util.regex.{ Pattern, Matcher }
* }
* }}}
*
- * The are also methods that can be used to replace the patterns
+ * There are also methods that can be used to replace the patterns
* on a text. The substitutions can be simple replacements, or more
* complex functions. For example:
*