commit 0794f2d0ac9547f111cf61f46581c4677c89fb8b
parent 18de30e57cc0411e1cc1272dfc5640c0df06a358
Author: wackbyte <wackbyte@protonmail.com>
Date: Thu, 4 Jul 2024 22:22:44 +0000
time::date: fix typo
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/time/date/reckon.ha b/time/date/reckon.ha
@@ -41,7 +41,7 @@ export type rflag = enum uint {
HOP = 1 << 3,
// When a sub-significant overflow occurs, the unresolved field's
- // maximum valid value is subtracted from it's current value, and the
+ // maximum valid value is subtracted from its current value, and the
// next super-significant field increments by one. This process repeats
// until the unresolved field's value becomes valid (falls in range).
//