Skip to content

Commit afc8e4f

Browse files
bobahopBethanyG
authored andcommitted
Update introduction.md
1 parent 220fce3 commit afc8e4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/practice/grains/.approaches/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ You can see that the exponent, or power, that `2` is raised by is always one les
1919
| 1 | 0 | 2 to the power of 0 = 1 |
2020
| 2 | 1 | 2 to the power of 1 = 2 |
2121
| 3 | 2 | 2 to the power of 2 = 4 |
22-
| 4 | 3 | 2 to the power of 4 = 8 |
22+
| 4 | 3 | 2 to the power of 3 = 8 |
2323

2424

2525
## Approach: Bit-shifting

0 commit comments

Comments
 (0)