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.
1 parent 56c1e31 commit 35bc531Copy full SHA for 35bc531
src/standard_input_ii/enums.md
@@ -32,7 +32,7 @@ enum StopLight {
32
void main() {
33
StopLight color;
34
while (true) {
35
- String colorString = IO.readln("What color was the stoplight? ");
+ String colorString = IO.readln("What color was the stoplight? ");
36
try {
37
color = StopLight.valueOf(colorString);
38
} catch (RuntimeException e) {
0 commit comments