Skip to content

Commit 581acb6

Browse files
committed
Refine wording
1 parent 8d09222 commit 581acb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/docs/asciidoc/data-access.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2943,7 +2943,7 @@ query methods, one for an `int` and one that queries for a `String`.
29432943

29442944
In addition to the single result query methods, several methods return a list with an
29452945
entry for each row that the query returned. The most generic method is `queryForList(..)`
2946-
which returns a `List` where each entry is a `Map` containing one entry for each column,
2946+
which returns a `List` where each element is a `Map` containing one entry for each column,
29472947
using the column name as the key. If you add a method to the above example to retrieve a
29482948
list of all the rows, it would look like this:
29492949

0 commit comments

Comments
 (0)