Skip to content

Commit 5f15aa4

Browse files
Merge #159
159: Added a missing word to the 07-registers README r=adamgreig a=stephanbaker I added a missing word ("a") to the section providing a definition of register. The goal was to improve readability. Co-authored-by: Stephan Baker <[email protected]>
2 parents 027aa35 + 6a4f63e commit 5f15aa4

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)