Skip to content

Commit 710b5d9

Browse files
authored
Merge pull request #1933 from sybaricat/patch-1
Update eeprom-guide.md
2 parents 6d13a58 + d86913c commit 710b5d9

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

+1-1
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)