Skip to content

Commit 45bf7c4

Browse files
author
Markus Sutter
committed
Remove superfluous "that" in comment
1 parent cbb1e07 commit 45bf7c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/src/dotty/tools/dotc/util/SourcePosition.scala

+1-1
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ extends SrcPos, interfaces.SourcePosition, Showable {
6868
if outer == null || outer == NoSourcePosition then this else outer.outermost
6969

7070
/** Inner most position that is contained within the `outermost` position.
71-
* Most precise position that that comes from the call site.
71+
* Most precise position that comes from the call site.
7272
*/
7373
def nonInlined: SourcePosition = {
7474
val om = outermost

0 commit comments

Comments
 (0)