]> Kevux Git Server - fll/commitdiff
Cleanup: Fix grammar mistake in the standard.
authorKevin Day <Kevin@kevux.org>
Sun, 14 Jul 2024 21:07:51 +0000 (16:07 -0500)
committerKevin Day <Kevin@kevux.org>
Sun, 14 Jul 2024 21:07:51 +0000 (16:07 -0500)
This does not alter the "content" of the standard and only alters the grammar.
The version does not, therefore, have to change.

specifications/time.txt

index 3a0ae79d5d9ecdeb06650e9238656ddf0de54f89..5bc85146265f4518872d3d6748a855072043fd84 100644 (file)
@@ -21,7 +21,7 @@ Time Specification:
   This may have a negative value or be more than 64-bit digits long.
   This is simply not expected to be interpreted as a unit of time on a computer (but nothing stops it from being interpreted).
 
-  The technical forms are limit to 64-bit unsigned for technical use but should technology advance to a point where larger bits are needed then this allows for that.
+  The technical forms are limited to 64-bit unsigned for technical use but should technology advance to a point where larger bits are needed then this allows for that.
   The systems should expect 64-bit and larger bits would have to become common before something larger than 64-bit is the expected or assumed default.
   Negative signs can be allowed but they must not prevent the full use of the 64-bit.
   The implementation of how this is done is left to the implementer except that the signs are immediately to the left of the digit.