We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bd50d3 commit 3459355Copy full SHA for 3459355
compiler/src/dotty/tools/repl/ParseResult.scala
@@ -102,7 +102,7 @@ case object Help extends Command {
102
|:load <path> interpret lines in a file
103
|:quit exit the interpreter
104
|:type <expression> evaluate the type of the given expression
105
- |:doc <expression> print the documentation for the given expresssion
+ |:doc <expression> print the documentation for the given expression
106
|:imports show import history
107
|:reset reset the repl to its initial state, forgetting all session entries
108
""".stripMargin
0 commit comments