File tree Expand file tree Collapse file tree
rfc/0021-sheet-row-access-syntax Expand file tree Collapse file tree Original file line number Diff line number Diff 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
3636specified 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
5858Semantically, ` 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
You can’t perform that action at this time.
0 commit comments