Skip to content

Commit

Permalink
MINOR: [Docs] Small grammar fix in Intro.rst (#45109)
Browse files Browse the repository at this point in the history
Small grammar fix in the intro docs (missing `the`).

### Rationale for this change

Improving docs.

### What changes are included in this PR?

Small grammar fix in `docs/source/format/Intro.rst`

### Are these changes tested?

No, as these are only docs changes.

### Are there any user-facing changes?

No.

Authored-by: Tim Grein <[email protected]>
Signed-off-by: Rossi Sun <[email protected]>
  • Loading branch information
timgrein authored Dec 27, 2024
1 parent 52b3184 commit 53d7f0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/source/format/Intro.rst
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ In a columnar format, the data is organized column-by-column instead.
This organization makes analytical operations like filtering, grouping,
aggregations and others, more efficient thanks to memory locality.
When processing the data, the memory locations accessed by the CPU tend
be near one another. By keeping the data contiguous in memory, it also
to be near one another. By keeping the data contiguous in memory, it also
enables vectorization of the computations. Most modern CPUs have
`SIMD instructions`_ (a single instruction that operates on multiple values at
once) enabling parallel processing and execution of operations on vector data
Expand Down

0 comments on commit 53d7f0c

Please sign in to comment.