Skip to content

Commit

Permalink
Merge pull request #1481 from W0ni/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
serpilliere committed Apr 28, 2024
2 parents 0fffa14 + 09e1fd8 commit cf4c72d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/jitter/jitter.ipynb
Expand Up @@ -129,7 +129,7 @@
"source": [
"For now, our emulator is an empty box. It has:\n",
"\n",
"* registers, reachable from the `.cpu` attribute. These are initiallized to 0.\n",
"* registers, reachable from the `.cpu` attribute. These are initialized to 0.\n",
"* a virtual memory, reachable from the `.vm` attribute. It starts empty."
]
},
Expand Down

0 comments on commit cf4c72d

Please sign in to comment.