This commit is contained in:
W0ni 2024-04-04 20:21:59 +02:00 committed by GitHub
parent 4c2a4f3b70
commit 09e1fd8e6d
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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."
]
},