From 15055de0f780d77bdbf2ad7fc85a17de8af15893 Mon Sep 17 00:00:00 2001 From: Li Jin Date: Fri, 25 Aug 2023 15:02:57 +0800 Subject: update doc. --- doc/docs/doc/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc') diff --git a/doc/docs/doc/README.md b/doc/docs/doc/README.md index fbf7e50..7372eda 100755 --- a/doc/docs/doc/README.md +++ b/doc/docs/doc/README.md @@ -2622,7 +2622,7 @@ switch item -- not in range checking when not in [1, 10) - print "not (1 < value <= 10)" + print "not (1 <= value < 10)" -- checking discrete values when in {11, 21, 99} @@ -2643,7 +2643,7 @@ switch item -- not in range checking when not in [1, 10) - print "not (1 < value <= 10)" + print "not (1 <= value < 10)" -- checking discrete values when in {11, 21, 99} -- cgit v1.2.3-55-g6feb