"The At operator: `@`" revision
Closed this issue · 0 comments
rodrigogiraoserrao commented
Revision
Here I include all of the things that, to the best of my knowledge and experience, should be changed/corrected.
- "By “immutable” in this context we mean non-destructive" → "By “immutable”, in this context(,?) we mean non-destructive"
- "If
g
is nested" → "Ifg
is nested" - "that the g vector" → "that the
g
vector" - "straight-forward" → "straightforward"
- "the major cells of an array is basically those" → "the major cells of an array are
basicallythose" - "access elements that are deeply nested using reach indexing which we met briefly" → "access elements that are deeply nested using reach indexing, which we met briefly"
To consider
In here I include things that, from my point of view, would be nice additions/modifications. Tick them as you ponder on them, feel free to disregard.
- "and the right operand indexes:" → you've used "indices" and "indexes" as the plural form of "index", I suggest choosing one and sticking to it for consistency.
- "as suggested by the unofficial style guide" →
- "as suggested by an unofficial style guide"
- "as suggested by abrudz's unofficial style guide"
- ...