8000 - · symfony/symfony-docs@91cbf07 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit 91cbf07

Browse files
committed
-
1 parent 5415514 commit 91cbf07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/intl.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@ formatted for cash transactions or other scenarios (e.g. accounting)::
289289

290290
// Canadian dollar defines different values because they have eliminated
291291
// the smaller coins (1-cent and 2-cent) and prices in cash must be rounded to
292-
// 5 cents (e.g. if price is 7,42 you pay 7,40; if price is 7,48 you pay 7,50)
292+
// 5 cents (e.g. if price is 7.42 you pay 7.40; if price is 7.48 you pay 7.50)
293293
$roundingIncrement = Currencies::getRoundingIncrement('CAD'); // returns: 0
294294
$cashRoundingIncrement = Currencies::getCashRoundingIncrement('CAD'); // returns: 5
295295

0 commit comments

Comments
 (0)
0