Skip to content

Commit 6a4f63e

Browse files
authored
Added a missing word to the 07-registers README
1 parent 027aa35 commit 6a4f63e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/07-registers/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ and let's run the starter code statement by statement.
1111

1212
What's this magic?
1313

14-
The address `0x48001018` points to a *register*. A register is special region of memory that
14+
The address `0x48001018` points to a *register*. A register is a special region of memory that
1515
controls a *peripheral*. A peripheral is a piece of electronics that sits right next to the
1616
processor within the microcontroller package and provides the processor with extra functionality.
1717
After all, the processor, on its own, can only do math and logic.

0 commit comments

Comments
 (0)