Skip to content

Commit 6804726

Browse files
Update documentation/src/main/asciidoc/querylanguage/Concepts.adoc
Co-authored-by: Gavin King <[email protected]>
1 parent 7bf67a7 commit 6804726

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -699,7 +699,7 @@ for (var list : results) {
699699
----
700700

701701
Unfortunately, not one of the types `Object[]`, `List`, `Map`, nor `Tuple` lets us access an individual item in a result tuple without a type cast.
702-
Surely `Tuple` does the type cast for us when we pass a class object to `get()`, but it's logically identical.
702+
Sure, `Tuple` does the type cast for us when we pass a class object to `get()`, but it's logically identical.
703703
Fortunately there's one more option, as we're about to see.
704704

705705
[NOTE]

0 commit comments

Comments
 (0)