Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Oliver Bračevac <[email protected]>
  • Loading branch information
aherlihy and bracevac authored Feb 10, 2025
1 parent 3f07ea1 commit b246b46
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion compiler/src/dotty/tools/repl/ReplDriver.scala
Original file line number Diff line number Diff line change
Expand Up @@ -511,7 +511,7 @@ class ReplDriver(settings: Array[String],
}

case KindOf(expr) =>
out.println(s"""The :kind command is not currently supported.""")
out.println(s"""The :kind command is currently not supported.""")
state

case TypeOf(expr) =>
Expand Down
2 changes: 1 addition & 1 deletion compiler/test-resources/repl/i21655
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
scala> :kind
The :kind command is not currently supported.
The :kind command is currently not supported.

0 comments on commit b246b46

Please sign in to comment.