Skip to content

Commit 3459355

Browse files
committed
Fix typo in repl help message
1 parent 0bd50d3 commit 3459355

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ case object Help extends Command {
102102
|:load <path> interpret lines in a file
103103
|:quit exit the interpreter
104104
|:type <expression> evaluate the type of the given expression
105-
|:doc <expression> print the documentation for the given expresssion
105+
|:doc <expression> print the documentation for the given expression
106106
|:imports show import history
107107
|:reset reset the repl to its initial state, forgetting all session entries
108108
""".stripMargin

0 commit comments

Comments
 (0)