Skip to content

Commit c826699

Browse files
bhall2001montegoulding
authored andcommitted
[[ Bug 15865 ]] Fixed is not among description
fixed description to correctly state that is not among implies string does not exist. (cherry picked from commit 7b9e91c)
1 parent 613ec3c commit c826699

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

docs/dictionary/operator/is-not-among.lcdoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ stringToSearch (string):
2525
A string is an expression that evaluates to a string.
2626

2727
Description:
28-
Use the <is not among> operator to find out whether a string exists as
28+
Use the <is not among> operator to find out whether a string does not exist as
2929
an entire word, item, or line of another string.
3030

3131
The <valueToFind> must be a single word, item, or line (whichever chunk

docs/notes/bugfix-15865

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
# Fixed Dictionary example for is within

0 commit comments

Comments
 (0)