Skip to content

Commit 95a08b7

Browse files
committed
fix typo
1 parent 22db935 commit 95a08b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

document_en/mincostflow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ Let $g$ be a function such that $g(x)$ is the cost of the minimum cost $s-t$ flo
6666
It returns $g$ as the list of the changepoints, that satisfies the followings.
6767

6868
- The first element of the list is $(0, 0)$.
69-
- `.first` is strictly increasing and `.second` is non-descreasing.
69+
- `.first` is strictly increasing and `.second` is non-decreasing.
7070
- No three changepoints are on the same line.
7171
- (1) The last element of the list is $(x, g(x))$, where $x$ is the maximum amount of the $s-t$ flow.
7272
- (2) The last element of the list is $(y, g(y))$, where $y = \min(x, \mathrm{flow\\_limit})$.

0 commit comments

Comments
 (0)