Skip to content

Commit

Permalink
Update spec/src/main/asciidoc/query-language.asciidoc
Browse files Browse the repository at this point in the history
Co-authored-by: Gavin King <[email protected]>
  • Loading branch information
otaviojava and gavinking authored May 7, 2024
1 parent 331c053 commit a042ee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/src/main/asciidoc/query-language.asciidoc
Original file line number Diff line number Diff line change
@@ -43,7 +43,7 @@ A _named parameter_ is a legal Java identifier prefixed with the `:` character,

An _ordinal parameter_ is a decimal integer prefixed with the `?` character, for example, `?1`.

The first parameter is referred to as `?1`, and the second parameter is referred to as `?2`.
Ordinal parameters are numbered sequentially, starting with `?1`.

==== Operators and punctuation

0 comments on commit a042ee2

Please sign in to comment.