Skip to content

Commit

Permalink
Clearer.
Browse files Browse the repository at this point in the history
  • Loading branch information
athas committed Dec 1, 2024
1 parent 3c24778 commit 413d9ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions blog/2024-03-06-array-representation.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ themselves, yielding multidimensional arrays, and if we want to get
*really* fancy, we can allow each of those subarrays to be of a
different size. But now we have gotten too fancy, so let us dial back
the discussion to be about multidimensional *regular* arrays
(sometimes also called *rectangular*), where all elements have their
own size. In fact, we will only consider multidimensional arrays of
(sometimes also called *rectangular*), where all elements have the
same size. In fact, we will only consider multidimensional arrays of
primitive types, as arrays of records and other such compound types
can be [transformed
away](2021-08-02-value-representation.html#array-types).
Expand Down

0 comments on commit 413d9ea

Please sign in to comment.