Skip to content

Commit a9c6a0b

Browse files
authored
Merge pull request #10152 from Somainer/somainer/help-typo-fix
Fix a typo in REPL help message
2 parents 0bd50d3 + 3459355 commit a9c6a0b

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)