We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c0cf7e5 + 9a1b72b commit 127b063Copy full SHA for 127b063
_overviews/scala3-book/methods-main-methods.md
@@ -100,7 +100,7 @@ use as a parameter. You would do this like you see below:
100
enum Color:
101
case Red, Green, Blue
102
103
-given ComamndLineParser.FromString[Color] with
+given CommandLineParser.FromString[Color] with
104
def fromString(value: String): Color = Color.valueOf(value)
105
106
@main def run(color: Color): Unit =
0 commit comments