Skip to content

Commit dceb91a

Browse files
committed
Use a proper minus symbol
1 parent c9818ea commit dceb91a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2023-10-16-what-is-the-maximum-max-age.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ And why 2,147,483,648 seconds?
143143
In a 32-bit system, the largest possible integer that can be represented in
144144
binary form is `01111111111111111111111111111111`: a zero followed by 31 ones
145145
(the first zero is reserved for switching between positive and negative values,
146-
so `11111111111111111111111111111111` would be equal to -2,147,483,648).
146+
so `11111111111111111111111111111111` would be equal to 2,147,483,648).
147147

148148
## Does It Matter?
149149

0 commit comments

Comments
 (0)