Skip to content

Commit b246b46

Browse files
aherlihybracevac
andauthored
Apply suggestions from code review
Co-authored-by: Oliver Bračevac <bracevac@users.noreply.github.com>
1 parent 3f07ea1 commit b246b46

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

compiler/src/dotty/tools/repl/ReplDriver.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ class ReplDriver(settings: Array[String],
511511
}
512512

513513
case KindOf(expr) =>
514-
out.println(s"""The :kind command is not currently supported.""")
514+
out.println(s"""The :kind command is currently not supported.""")
515515
state
516516

517517
case TypeOf(expr) =>

compiler/test-resources/repl/i21655

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
scala> :kind
2-
The :kind command is not currently supported.
2+
The :kind command is currently not supported.

0 commit comments

Comments
 (0)