Skip to content

Commit 7fef1b4

Browse files
authored
Minor fix in docstring for AS
1 parent c281545 commit 7fef1b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/repeated_game.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -635,7 +635,7 @@ julia> uniquetolrows(vertices_rat, 1e-8)
635635
9.75 3.0
636636
3.0 9.75
637637
3.0 3.0
638-
```
638+
```
639639
"""
640640
function AS(rpd::RepeatedGame{2,T,TD}; maxiter::Integer=1000,
641641
plib=default_library(2, Float64), tol::Float64=1e-5,

0 commit comments

Comments
 (0)