Skip to content

Commit 53b8be6

Browse files
committed
Fix Type sizes table attempt 4.
1 parent 6bbfba0 commit 53b8be6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Section06-Variables_and_Constants/readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ int main () {
6565
- Expressed in bits
6666
- The most bits the more values that can be represented
6767
- The more bits the more storage required
68-
| Size (in bits) | Representable Values | |
68+
| Size (in bits) | Representable Values | 2 to the power of |
6969
| --- | --- | --- |
7070
<!-- | 8 | 256 | 2 <sup> 8 </sup> | -->
7171
| 8 | 256 | 2^8 |

0 commit comments

Comments
 (0)