Skip to content

Commit 9db6dea

Browse files
committed
minor symfony#57278 Remove extra space after full stop. (kevinirlen)
This PR was squashed before being merged into the 7.2 branch. Discussion ---------- Remove extra space after full stop. | Q | A | ------------- | --- | Branch? | 7.2 | Bug fix? | no | New feature? | no | Deprecations? | no | License | MIT Simply removes an extra space in the comment section. Commits ------- d6027f0 Remove extra space after full stop.
2 parents 2d24af4 + d6027f0 commit 9db6dea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Finder/Comparator/NumberComparator.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
* magnitudes.
2020
*
2121
* The target value may use magnitudes of kilobytes (k, ki),
22-
* megabytes (m, mi), or gigabytes (g, gi). Those suffixed
22+
* megabytes (m, mi), or gigabytes (g, gi). Those suffixed
2323
* with an i use the appropriate 2**n version in accordance with the
2424
* IEC standard: http://physics.nist.gov/cuu/Units/binary.html
2525
*

0 commit comments

Comments
 (0)