Skip to content

Commit d9aeb3d

Browse files
committed
Update return_in_void_methods.md
1 parent 862cd46 commit d9aeb3d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/return_values/return_in_void_methods.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ void doStuff() {
1414
IO.println(i);
1515
}
1616
}
17-
```
18-
17+
~void main() {doStuff();}
18+
```

0 commit comments

Comments
 (0)