Skip to content

Commit 16c8af3

Browse files
committed
Spelling error
1 parent d834d0b commit 16c8af3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Pivoting.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ _not_col_one = "May not modify the z column of the Tableau"
44
"""
55
pivot!(T::Tableau, i::Int, j::Int)
66
7-
Modify `T` by doing a pivot operation at contraint `i`
7+
Modify `T` by doing a pivot operation at constraint `i`
88
and variable x_`j`.
99
"""
1010
function pivot!(T::Tableau, i::Int, j::Int)

0 commit comments

Comments
 (0)