Skip to content

Commit 5c68920

Browse files
committed
fix is_bool
1 parent 771190c commit 5c68920

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/digital-twins/reference-query-functions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ The following query returns all digital twins whose IDs end in `-small`. The str
6767

6868
## IS_BOOL
6969

70-
A type checking function for determining whether an expression has a Boolean value.
70+
A type checking function for determining whether an property has a Boolean value.
7171

7272
This function is often combined with other predicates if the program processing the query results requires a boolean value, and you want to filter out cases where the property is not a boolean.
7373

@@ -77,11 +77,11 @@ This function is often combined with other predicates if the program processing
7777

7878
### Arguments
7979

80-
`<expression>`, an expression to check whether it is a Boolean.
80+
`<property>`, an property to check whether it is a Boolean.
8181

8282
### Returns
8383

84-
A Boolean value indicating if the type of the specified expression is a Boolean.
84+
A Boolean value indicating if the type of the specified property is a Boolean.
8585

8686
### Example
8787

0 commit comments

Comments
 (0)