Skip to content

Commit

Permalink
fix: code comment (#110)
Browse files Browse the repository at this point in the history
  • Loading branch information
shenxiangzhuang authored Nov 9, 2024
1 parent a3538c0 commit 9e22c5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/misc/2_bet_until_win.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@
# matrix rows: p2~p10
for i in range(2, 11):
matrix[i][i-1:i+2] = Rational(-1, 2), 1, Rational(-1, 2)
# matrix rows: p10, p11
# matrix rows: p11
matrix[11][-1] = 1

A = Matrix(matrix)
Expand Down Expand Up @@ -286,7 +286,7 @@
# matrix rows: p2~p10
for i in range(2, 11):
matrix[i][i-1:i+2] = Rational(-1, 2), 1, Rational(-1, 2)
# matrix rows: p10, p11
# matrix rows: p11
matrix[11][-1] = 1

A = Matrix(matrix)
Expand Down

0 comments on commit 9e22c5a

Please sign in to comment.