Skip to content

Commit 03b3f7d

Browse files
author
Eugene Vigdorchik
committed
Correct wrong comment. No review.
1 parent 70ecc1e commit 03b3f7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/compiler/scala/tools/nsc/interactive/Global.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -599,7 +599,7 @@ self =>
599599

600600

601601
/** Return fully attributed tree at given position
602-
* (i.e. largest tree that's contained by position)
602+
* (i.e. smallest tree containing position)
603603
*/
604604
def typedTreeAt(pos: Position): Tree = {
605605
debugLog("starting typedTreeAt")

0 commit comments

Comments
 (0)