diff --git a/reference/msql/functions/msql-data-seek.xml b/reference/msql/functions/msql-data-seek.xml index 2d6febd04e..a834693243 100644 --- a/reference/msql/functions/msql-data-seek.xml +++ b/reference/msql/functions/msql-data-seek.xml @@ -1,5 +1,5 @@ - + @@ -19,7 +19,7 @@ msql_data_seek moves the internal row pointer of the mSQL result associated with the specified query - identifier to pointer to the specifyed row number. The next call + identifier to point to the specifyed row number. The next call to msql_fetch_row would return that row.