Skip to content

Commit 313d7c4

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

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/dictionary/operator/is-strictly.lcdoc

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

33
Type: operator
44

5-
Syntax: <value> is strictly [ nothing | a boolean | an integer | a real | a string | a binary string | an array ]
5+
Syntax: <value> is 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 the specified type.
@@ -27,7 +27,7 @@ the compress of "Hello World!" is strictly a binary string -- evaluates to true
2727

2828
Parameters:
2929
value:
30-
The expression to test the type of.
30+
The expression which will be tested for its type.
3131

3232
Description:
3333
Use the <is strictly> operator to determine the true type of a

0 commit comments

Comments
 (0)