Skip to content

Commit 28e9070

Browse files
seaniepiemontegoulding
authored andcommitted
[[Docs]] is_Not_Strictly operator - Syntax and parameter repairs
- Curly brackets placed around variable types selection instead of parentheses - This should fix a parsing error on TravisCL - Minor grammar correction in the Parameter value (cherry picked from commit f489478)
1 parent 366ca0d commit 28e9070

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ Name: is not strictly
22

33
Type: operator
44

5-
Syntax: <value> is not strictly [ nothing | a boolean | an integer | a real | a string | a binary string | an array ]
5+
Syntax: <value> is not strictly { nothing | a boolean | an integer | a real | a string | a binary string | an array }
66

77
Summary:
88
Evaluates to true if the actual type of <value> is not the specified
@@ -28,7 +28,7 @@ the compress of "Hello World!" is not strictly a binary string -- evaluates to f
2828

2929
Parameters:
3030
value:
31-
The expression to test the type of.
31+
The expression which will be tested for its type.
3232

3333
Description:
3434
Use the <is not strictly> operator to determine what the true type of

0 commit comments

Comments
 (0)