Skip to content

Commit

Permalink
Fix typo [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
oyamad committed Mar 4, 2019
1 parent a8975ca commit b29af1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/normal_form_game.jl
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,7 @@ best_response(player::Player,
Struct to contain options for `best_response`.
# Fieslds
# Fields
- `tol::Real=1e-8` : Tolerance level.
- `tie_breaking::Symbol=:smallest` : `:smallest` or `:random`.
- `rng::AbstractRNG=GLOBAL_RNG` : Random number generator.
Expand Down

0 comments on commit b29af1d

Please sign in to comment.