We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4c12149 commit 4a049b0Copy full SHA for 4a049b0
examples/02_control_flow/01_When.md
@@ -34,7 +34,7 @@ class MyClass
34
2. Checking whether `obj` equals to one.
35
3. Checking whether `obj` equals to `Hello`.
36
4. Type checking.
37
-5. Negative type checking.
+5. Inverse type checking.
38
6. Default statement (might be omitted).
39
40
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