Skip to content

Commit dd2f666

Browse files
authored
renamed cast to typecast in WOQL.typecast example
`WOQL.typecast` and `WOQL.cast` seem to be identical. Nonetheless naming should be consistent here
1 parent 2274498 commit dd2f666

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)