Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
oliveredget committed Dec 28, 2024
1 parent ab5a8ce commit b31af47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/pages/docs/lessons/hello.md
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ Finally, the third statement may look useless to you too:
Why shall we say that `readByUser` keeps its value in the next state?
Most likely, we will be able to automatically infer this in the future.
In the current version of Quint, if an action is used to execute transitions,
it has to explicitely assign values to all of the state variables.
it has to explicitly assign values to all of the state variables.

## 7. Introduce an action by the user

Expand Down

0 comments on commit b31af47

Please sign in to comment.