Skip to content

Commit 5e775cb

Browse files
missmatsukostasm
authored andcommitted
Fix Canadian English number formatting (#253)
Not sure where the comma for a decimal marker came from, maybe Canadian French? REF: https://www.btb.termiumplus.gc.ca/tcdnstyl-chap?lang=eng&lettr=chapsect5&info0=5.09
1 parent c0ed78c commit 5e775cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

guide/variables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ Time elapsed: 12,345.678s.
5353
In Canadian English, however, the result would be:
5454

5555
```
56-
Time elapsed: 12 345,678s.
56+
Time elapsed: 12 345.678s.
5757
```
5858

5959
## Explicit Formatting

0 commit comments

Comments
 (0)