Skip to content

Commit 76c682d

Browse files
committed
Fix grammar ('which') and capitalize MATLAB
1 parent 0478ce4 commit 76c682d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

lectures/numba.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ import matplotlib.pyplot as plt
4646
## Overview
4747

4848
In an {doc}`earlier lecture <need_for_speed>` we discussed vectorization,
49-
can improve execution speed by sending array processing operations in batch to efficient low-level code.
49+
which can improve execution speed by sending array processing operations in batch to efficient low-level code.
5050

51-
However, as {ref}`discussed previously <numba-p_c_vectorization>`, traditional vectorization schemes, such as those found in Matlab, Julia, and NumPy, have several weaknesses.
51+
However, as {ref}`discussed previously <numba-p_c_vectorization>`, traditional vectorization schemes, such as those found in MATLAB, Julia, and NumPy, have several weaknesses.
5252

5353
For example, they can be highly memory-intensive and, for some algorithms, vectorization is ineffective or impossible.
5454

0 commit comments

Comments
 (0)