Skip to content

Commit fa61d1b

Browse files
committed
rfc(0021): remove repetitive language
1 parent d6c75d4 commit fa61d1b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

rfc/0021-sheet-row-access-syntax/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ RFC 0020 definitions are unnecessarily complicated to users:
3232

3333
## Explanation
3434

35-
This is the current way of accessing the sheet values of a table row, as
35+
Below is the current way of accessing the sheet values of a table row, as
3636
specified in RFC 0020:
3737

3838
```jayvee
@@ -51,12 +51,12 @@ This syntax introduced two new concepts:
5151
- `SheetRow` as a special value type.
5252
- The `[]` syntax to access the values of a sheet row.
5353

54-
This RFC attempts to replace these new concepts with existing ones
54+
We replace these new concepts with existing ones.
5555

5656
### `Collection<text>` replaces `SheetRow`
5757

5858
Semantically, `SheetRow` is an array of strings, which is identical to the
59-
already existing value type `Collection<text>`.
59+
existing value type `Collection<text>`.
6060

6161
### `.` replaces `[]`
6262

0 commit comments

Comments
 (0)