Skip to content

Commit 8b766df

Browse files
committed
Fix typo
1 parent 60da1cf commit 8b766df

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/kotlin/org/javacs/kt/completion/Completions.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ import org.jetbrains.kotlin.types.typeUtil.replaceArgumentsWithStarProjections
4848
import org.jetbrains.kotlin.types.checker.KotlinTypeChecker
4949
import java.util.concurrent.TimeUnit
5050

51-
// The maxmimum number of completion items
51+
// The maximum number of completion items
5252
private const val MAX_COMPLETION_ITEMS = 75
5353

5454
// The minimum length after which completion lists are sorted

0 commit comments

Comments
 (0)