Skip to content

Commit

Permalink
Merge 5194d3a into 44503d7
Browse files Browse the repository at this point in the history
  • Loading branch information
anshravalll committed Dec 22, 2023
2 parents 44503d7 + 5194d3a commit 45db0f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/class-automaton.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ initialization that turns mutable parameters (such as sets or dicts) into their
immutable counterparts (frozensets/frozendicts).

If your application requires maximum performance, you can disable this
conversion via the `enable_mutable_automata` global configuration option. If
conversion via the `allow_mutable_automata` global configuration option. If
enabled, the user must ensure that their automaton instances are never modified,
otherwise correct behavior cannot be guaranteed.

Expand Down

0 comments on commit 45db0f8

Please sign in to comment.