Skip to content

Commit d86913c

Browse files
authored
Update eeprom-guide.md
Fixes a typo in the EEPROM Iteration section: "surce" -> "source."
1 parent 6d13a58 commit d86913c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/learn/03.programming/07.eeprom-guide/eeprom-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ void loop() {
255255

256256
## EEPROM Iteration
257257

258-
The purpose of this example is to show how to go through the whole EEPROM memory space with different approaches. The code provided doesn't run on its own but should be used as a surce of code snippets to be used elsewhere.
258+
The purpose of this example is to show how to go through the whole EEPROM memory space with different approaches. The code provided doesn't run on its own but should be used as a source of code snippets to be used elsewhere.
259259

260260
```arduino
261261
/***

0 commit comments

Comments
 (0)