Skip to content

Commit f5d20ad

Browse files
AnturGyffrousper1234
authored andcommitted
Add word 'specify' to entries in parameter descriptions
1 parent a4bd5f1 commit f5d20ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Language/Structure/Control Structure/switchCase.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ switch (var) {
4747
`var`: an *integer* variable whose value to compare with various cases. Any integer data type is allowed*, such as `byte`, `char`, `int`, `long`.
4848
`label1`, `label2`: constants. Any integer data type here is also allowed.
4949

50-
*You can also use the `bool` data type when you just two switch cases.
50+
*You can also use the `bool` data type when you specify just two switch cases.
5151

5252
Note that you can also use negative values as input.
5353

0 commit comments

Comments
 (0)