From b6c4633758f6f192526909d3ffd0a4029c612297 Mon Sep 17 00:00:00 2001 From: Vincent Rischmann Date: Tue, 5 Jan 2021 21:41:28 +0100 Subject: fix readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 81996ff..1e4117d 100644 --- a/README.md +++ b/README.md @@ -135,7 +135,7 @@ For queries which return data you have multiple options: All these methods take a type as first parameter. The type represents a "row", it can be: -* a struct where each field maps to the corresponding column in the resultset (so field 0 must map to field 1 and so on). +* a struct where each field maps to the corresponding column in the resultset (so field 0 must map to column 1 and so on). * a single type, in that case the resultset must only return one column. Not all types are allowed, see the section "Bind parameters and resultset rows" for more information on the types mapping rules. -- cgit v1.2.3