diff options
author | Chimrod <> | 2024-12-14 23:06:12 +0100 |
---|---|---|
committer | Chimrod <> | 2025-01-03 15:05:00 +0100 |
commit | 75f3eabb46eded01460f7700a75d094100047438 (patch) | |
tree | 4dcee7d2fc9310ff41776d9df8986f5efa0db229 /readme.md | |
parent | 289dc576624d4233116806e566bb791fee1de178 (diff) |
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 |