From 4f4432c78d26a8d3e5338f16a35ecd7d96cbe209 Mon Sep 17 00:00:00 2001 From: Eitan Adler Date: Sun, 17 Jan 2016 10:05:48 -0800 Subject: Fix some simple extra words The the word 'the' is often used twice. Fix that. --- src/compiler/scala/tools/nsc/transform/patmat/Logic.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/compiler/scala/tools/nsc/transform/patmat/Logic.scala') diff --git a/src/compiler/scala/tools/nsc/transform/patmat/Logic.scala b/src/compiler/scala/tools/nsc/transform/patmat/Logic.scala index 62d9c497ba..91777b34d5 100644 --- a/src/compiler/scala/tools/nsc/transform/patmat/Logic.scala +++ b/src/compiler/scala/tools/nsc/transform/patmat/Logic.scala @@ -542,7 +542,7 @@ trait ScalaLogic extends Interface with Logic with TreeAndTypeAnalysis { * * (0) A or B must be in the domain to draw any conclusions. * - * For example, knowing the the scrutinee is *not* true does not + * For example, knowing the scrutinee is *not* true does not * statically exclude it from being `X`, because that is an opaque * Boolean. * -- cgit v1.2.3