Skip to content

Commit d1335e4

Browse files
Update documentation/src/main/asciidoc/querylanguage/Expressions.adoc
Co-authored-by: Gavin King <[email protected]>
1 parent 816fa5f commit d1335e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

documentation/src/main/asciidoc/querylanguage/Expressions.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -622,7 +622,7 @@ select str(id) from Order
622622
===== Extracting the ordinal value of an enum
623623

624624
The function `ordinal(x)` extracts the ordinal value of an enum.
625-
When the enum is mapped as `ORDINAL` it's a synonym for `cast(x as Integer)` .
625+
When the enum is mapped as `ORDINAL` it's a synonym for ``cast(x as Integer)``.
626626

627627
[source, hql]
628628
----

0 commit comments

Comments
 (0)