Skip to content

Commit a4bd5f1

Browse files
authored
Merge pull request #963 from ProgrammingElectronics/patch-1
Update switchCase.adoc
2 parents 1010e68 + 90b1ee2 commit a4bd5f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Language/Structure/Control Structure/switchCase.adoc

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ switch (var) {
4949

5050
*You can also use the `bool` data type when you just two switch cases.
5151

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

5454
[float]
5555
=== Returns

0 commit comments

Comments
 (0)