Skip to content

Commit 4a049b0

Browse files
committed
docs: rephrased.
1 parent 4c12149 commit 4a049b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/02_control_flow/01_When.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ class MyClass
3434
2. Checking whether `obj` equals to one.
3535
3. Checking whether `obj` equals to `Hello`.
3636
4. Type checking.
37-
5. Negative type checking.
37+
5. Inverse type checking.
3838
6. Default statement (might be omitted).
3939

4040
Note that all branch conditions are checked sequentially until one of them is satisfied. So, only the first suitable branch will be executed.

0 commit comments

Comments
 (0)