Skip to content

Commit b9c72ac

Browse files
typo
Co-authored-by: Toby Hodges <tobyhodges@carpentries.org>
1 parent 7aa6675 commit b9c72ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

episodes/02-image-basics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ work our way up to that complexity,
7676
but first the necessary imports.
7777

7878
> ## Matrices, arrays, images and pixels
79-
> The **matrix** is mathematical concept - numbers evenly arranged in a rectangle. This can be a two dimensional rectangle,
79+
> The **matrix** is a mathematical concept - numbers evenly arranged in a rectangle. This can be a two dimensional rectangle,
8080
> like the shape of the screen you're looking at now. Or it could be a three dimensional equivalent, a cuboid, or have
8181
> even more dimensions, but always keeping the evenly spaced arrangement of numbers. In computing, **array** refers
8282
> to a structure in the computer's memory where data is stored in evenly-spaced **elements**. This is strongly analogous

0 commit comments

Comments
 (0)