Skip to content

Commit 61a0af9

Browse files
authored
Merge pull request #314 from arduino/taddy/memory-guide-typo-correction
Memory Guide MD Small Update
2 parents a476674 + e825490 commit 61a0af9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/learn/03.programming/06.memory-guide/memory-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,7 @@ The following table shows basic value data types in Arduino:
413413
| `boolean` | 1 | Limited to logic true and false |
414414
| `char` | 1 | -128 to 127 |
415415
| `unsigned char` | 1 | 0 to 255 |
416-
| `byte` | 1 | o to 255 |
416+
| `byte` | 1 | 0 to 255 |
417417
| `int` | 2 | -32,768 to 32,767 |
418418
| `unsigned int` | 2 | 0 to 65,535 |
419419
| `word` | 2 | 0 to 65,535 |

0 commit comments

Comments
 (0)