Fix typo.

This commit is contained in:
Dianne Skoll
2021-02-28 10:03:05 -05:00
parent 310e8d3287
commit f780e0afc3
2 changed files with 2 additions and 2 deletions

View File

@@ -3045,7 +3045,7 @@ coerce("DATETIME", "2020-05-05@1:45pm") => 2020-05-05@13:45
# Overflow - these tests only work on machines with 32-bit
# twos-complement signed integers. You may get test failures on
# machines different architectures.
# machines with different architectures.
set a $IntMin - 1
$IntMin => -2147483648
-2147483648 - 1 => Number too high

View File

@@ -535,7 +535,7 @@ set x coerce("DATETIME", "2020-05-05@1:45pm")
# Overflow - these tests only work on machines with 32-bit
# twos-complement signed integers. You may get test failures on
# machines different architectures.
# machines with different architectures.
set a $IntMin - 1
set a $IntMin - $IntMax
set a $IntMax - $IntMin