Skip to content

Commit 9384c24

Browse files
Merge pull request #30 from fidelthomet/patch-1
Docs: renamed cast to typecast in WOQL.typecast example
2 parents 40c5390 + dd2f666 commit 9384c24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/woql.js.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1015,7 +1015,7 @@ Casts the value of Input to a new value of type Type and stores the result in Ca
10151015

10161016
**Example**
10171017
```js
1018-
cast("22/3/98", "xsd:dateTime", "v:time")
1018+
typecast("22/3/98", "xsd:dateTime", "v:time")
10191019
```
10201020

10211021
### order_by

0 commit comments

Comments
 (0)