From 20983ddacb0e693918f44b6a997f1e25e8da8e82 Mon Sep 17 00:00:00 2001 From: Florian Hussonnois Date: Sat, 4 Sep 2021 14:31:09 +0200 Subject: [PATCH] docs(site): fix documentation typos on metadata access (#165) Resolves: #165 --- .../en/docs/Developer Guide/accessing-data-and-metadata.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/content/en/docs/Developer Guide/accessing-data-and-metadata.md b/site/content/en/docs/Developer Guide/accessing-data-and-metadata.md index deb6e1c47..c1d748b75 100644 --- a/site/content/en/docs/Developer Guide/accessing-data-and-metadata.md +++ b/site/content/en/docs/Developer Guide/accessing-data-and-metadata.md @@ -177,7 +177,7 @@ Information only available if `RowFilterReader` is configured. | `$offset.startPosition` | The start position of the record into the source file | `long` | | `$offset.endPosition` | The end position of the record into the source file | `long` | | `$offset.size` | The size in bytes | `long` | -| `$offset.row` | The row number of the record into the source | `long` | +| `$offset.rows` | The number of rows already read from the source file.| `long` | Information only available if `BytesArrayInputReader` is configured.