Skip to content

Commit df404d2

Browse files
committed
Add word 'specify' to entries in parameter descriptions
1 parent 1010e68 commit df404d2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Language/Structure/Control Structure/switchCase.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@ 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

52-
Note that you can also negative values as input.
52+
Note that you can also specify negative values as input.
5353

5454
[float]
5555
=== Returns

0 commit comments

Comments
 (0)