Skip to content

Commit 480f6a2

Browse files
committed
Typo: competion -> completion
1 parent 0d01da8 commit 480f6a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

language-server/test/dotty/tools/languageserver/CompletionTest.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import dotty.tools.languageserver.util.Code._
66

77
class CompletionTest {
88

9-
@Test def competion0: Unit = {
9+
@Test def completion0: Unit = {
1010
code"class Foo { val xyz: Int = 0; def y: Int = xy$m1 }".withSource
1111
.completion(m1, List(("xyz", "Field", "Int")))
1212
}

0 commit comments

Comments
 (0)