Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
ezekg authored Aug 17, 2024
1 parent 5fcd0d8 commit 389097e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ end
## Note on instance variables

Currently, mutating state through an instance variable is not supported. This
due is to the fact that instance variables cannot be observed for changes like an
is due to the fact that instance variables cannot be observed for changes like an
accessor can. For more information, see [the tests](https://github.com/keygen-sh/transition_through/blob/d2c6b685e4959d08e70bb5012af98fa01fcdebef/spec/transition_through_spec.rb#L8-L21).

If you know of a way to support ivars, please open an issue or PR.
Expand Down

0 comments on commit 389097e

Please sign in to comment.