Skip to content

Commit

Permalink
Fix nit in description of not implemented error for DistributionSupport
Browse files Browse the repository at this point in the history
  • Loading branch information
TheoCabannes authored Jun 11, 2021
1 parent cfe17d1 commit bb758e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion open_spiel/spiel.h
Original file line number Diff line number Diff line change
Expand Up @@ -676,7 +676,7 @@ class State {
// needs to be updated. States are identified by their corresponding string
// representation.
virtual std::vector<std::string> DistributionSupport() {
SpielFatalError("UpdateDistribution has not been implemented");
SpielFatalError("DistributionSupport has not been implemented");
}
// Update the state distribution. `distribution[i]` must correspond to
// `DistributionSupport()[i]`. After this is called, the state will be of
Expand Down

0 comments on commit bb758e3

Please sign in to comment.