Skip to content

Commit

Permalink
Fix typo - dataactually
Browse files Browse the repository at this point in the history
  • Loading branch information
AlenkaF committed Jun 10, 2024
1 parent ade80ff commit c644e36
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions docs/source/format/Intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ values buffers.

.. figure:: ./images/var-string-view-diagram.svg
:alt: Diagram is showing the difference between the variable length
string view data type presented in a Table and the dataactually
string view data type presented in a Table and the data actually
stored in computer memory.

Physical layout diagram for variable length string view data type.
Expand Down Expand Up @@ -220,7 +220,7 @@ offset buffer is no longer needed.

.. figure:: ./images/fixed-list-diagram.svg
:alt: Diagram is showing the difference between the fixed size list data
type presented in a Table and the dataactually stored in computer
type presented in a Table and the data actually stored in computer
memory.

Physical layout diagram for fixed size list data type.
Expand All @@ -232,7 +232,7 @@ List view data type allows arrays to specify out-of-order offsets.

.. figure:: ./images/var-list-view-diagram.svg
:alt: Diagram is showing the difference between the variable size list view
data type presented in a Table and the dataactually stored in
data type presented in a Table and the data actually stored in
computer memory.

Physical layout diagram for variable size list view data type.
Expand All @@ -253,7 +253,7 @@ the child array.

.. figure:: ./images/struct-diagram.svg
:alt: Diagram is showing the difference between the struct data type
presented in a Table and the dataactually stored in computer
presented in a Table and the data actually stored in computer
memory.

Physical layout diagram for struct data type.
Expand All @@ -279,7 +279,7 @@ variable shape.

.. figure:: ./images/map-diagram.svg
:alt: Diagram is showing the difference between the map data type
presented in a Table and the dataactually stored in computer
presented in a Table and the data actually stored in computer
memory.

Physical layout diagram for map data type.
Expand Down Expand Up @@ -308,7 +308,7 @@ two buffers of its own:

.. figure:: ./images/dense-union-diagram.svg
:alt: Diagram is showing the difference between the dense union data type
presented in a Table and the dataactually stored in computer
presented in a Table and the data actually stored in computer
memory.

Physical layout diagram for dense union data type.
Expand All @@ -322,7 +322,7 @@ buffer. In this case, the child arrays are each equal in length to the length of

.. figure:: ./images/sparse-union-diagram.svg
:alt: Diagram is showing the difference between the sparse union data type
presented in a Table and the dataactually stored in computer
presented in a Table and the data actually stored in computer
memory.

Physical layout diagram for sparse union data type.
Expand All @@ -336,7 +336,7 @@ unique values.

.. figure:: ./images/dictionary-diagram.svg
:alt: Diagram is showing the difference between the dictionary data type
presented in a Table and the dataactually stored in computer
presented in a Table and the data actually stored in computer
memory.

Physical layout diagram for dictionary data type.
Expand All @@ -357,7 +357,7 @@ Note that nulls of the parent array are strictly represented in the values array

.. figure:: ./images/ree-diagram.svg
:alt: Diagram is showing the difference between the run-end encoded data
type presented in a Table and the dataactually stored in computer
type presented in a Table and the data actually stored in computer
memory.

Physical layout diagram for run-end encoded data type.
Expand Down

0 comments on commit c644e36

Please sign in to comment.