Skip to content

Commit

Permalink
Update docs/The State Mechanism.ipynb
Browse files Browse the repository at this point in the history
Co-authored-by: Ben Andrew <[email protected]>
  • Loading branch information
hollandjg and benwandrew authored Jan 19, 2024
1 parent 8085f9a commit dd84c6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/The State Mechanism.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"source": [
"## Core Principle: every procedure accepts a `State` and returns a `State`\n",
"\n",
"The AutoRA State mechanism is an implementation of the functional programming paradigm. It distinguishes between:\n",
"The AutoRA `State` mechanism is an implementation of the functional programming paradigm. It distinguishes between:\n",
"- Data – stored as an immutable `State`\n",
"- Procedures – functions which act on `State` objects to add new data and return a new `State`.\n",
"\n",
Expand Down

0 comments on commit dd84c6e

Please sign in to comment.