We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef684b1 commit 2f6a515Copy full SHA for 2f6a515
exercises/saddle-points/description.md
@@ -13,7 +13,7 @@ So say you have a matrix like so:
13
It has a saddle point at (1, 0).
14
15
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
+every element in its row and less than or equal to every element in
17
its column.
18
19
A matrix may have zero or more saddle points.
0 commit comments