From bbe49a14ae827b6474d692042406716a3b3dd71f Mon Sep 17 00:00:00 2001 From: Miran Date: Tue, 10 Nov 2020 21:53:25 +0100 Subject: Correct all eggs (#15906) * "eg" is a misspelled "egg", "e.g." is "exempli gratia" * Also, "ie" is "i.e.". --- lib/system/strmantle.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/system/strmantle.nim') diff --git a/lib/system/strmantle.nim b/lib/system/strmantle.nim index 21b790603..fa6ff411b 100644 --- a/lib/system/strmantle.nim +++ b/lib/system/strmantle.nim @@ -113,7 +113,7 @@ when defined(nimHasInvariant): proc nimParseBiggestFloat(s: string, number: var BiggestFloat, start = 0): int {.compilerproc.} = # This routine attempt to parse float that can parsed quickly. - # ie whose integer part can fit inside a 53bits integer. + # i.e. whose integer part can fit inside a 53bits integer. # their real exponent must also be <= 22. If the float doesn't follow # these restrictions, transform the float into this form: # INTEGER * 10 ^ exponent and leave the work to standard `strtod()`. -- cgit 1.4.1-2-gfad0