summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/reflect/scala/reflect/internal/TreeInfo.scala3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/reflect/scala/reflect/internal/TreeInfo.scala b/src/reflect/scala/reflect/internal/TreeInfo.scala
index 90f4f6fc8f..8ad15f37e4 100644
--- a/src/reflect/scala/reflect/internal/TreeInfo.scala
+++ b/src/reflect/scala/reflect/internal/TreeInfo.scala
@@ -249,7 +249,8 @@ abstract class TreeInfo {
* Does this tree represent an irrefutable pattern match
* in the position `for { <tree> <- expr }` based only
* on information at the `parser` phase? To qualify, there
- * may be no Stable Identifier Patterns.
+ * may be no subtree that will be interpreted as a
+ * Stable Identifier Pattern.
*
* For instance:
*