We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0bd50d3 + 3459355 commit a9c6a0bCopy full SHA for a9c6a0b
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