diff --git a/reference/sqlite/functions/sqlite-seek.xml b/reference/sqlite/functions/sqlite-seek.xml index 435ba90bc2..631d7e1442 100644 --- a/reference/sqlite/functions/sqlite-seek.xml +++ b/reference/sqlite/functions/sqlite-seek.xml @@ -1,5 +1,5 @@ - + sqlite_seek @@ -14,7 +14,7 @@ sqlite_seek seeks to the row given by the parameter - rownum. The row number is one-based (1 is the + rownum. The row number is zero-based (0 is the first row). Returns &false; if the row does not exist, &true; otherwise.