Skip to content

Commit 2f6a515

Browse files
Nathan ParsonsJohn Reese
authored andcommitted
Remove extraneous 'the'
1 parent ef684b1 commit 2f6a515

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/saddle-points/description.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ So say you have a matrix like so:
1313
It has a saddle point at (1, 0).
1414

1515
It's called a "saddle point" because it is greater than or equal to
16-
every element in its row and the less than or equal to every element in
16+
every element in its row and less than or equal to every element in
1717
its column.
1818

1919
A matrix may have zero or more saddle points.

0 commit comments

Comments
 (0)