From 75f3eabb46eded01460f7700a75d094100047438 Mon Sep 17 00:00:00 2001 From: Chimrod <> Date: Sat, 14 Dec 2024 23:06:12 +0100 Subject: Added dynamic check mecanism --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'readme.md') diff --git a/readme.md b/readme.md index 6b6c535..a4f239e 100644 --- a/readme.md +++ b/readme.md @@ -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 -- cgit v1.2.3