diff options
Diffstat (limited to 'readme.md')
-rw-r--r-- | readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -89,7 +89,7 @@ will not report this usage when an integer converted into a string this way. In a single if branch, check if the same is repeated more than one once. In this case, only the first case is executed and the other test is ignored. -A warining will be raised here: +A warning will be raised here: if $value = '1': ! Do something |