Skip to content

Commit 99bbbff

Browse files
committed
Minor tweak
1 parent aea6960 commit 99bbbff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

components/yaml/yaml_format.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -126,9 +126,9 @@ Numbers
126126
127127
.. versionadded:: 5.1
128128

129-
In YAML 1.1, octal numbers used the notation ``0...``, whereas in YAML 1.2
130-
the notation changed to ``0o...``. Symfony 5.1 adds support for YAML 1.2
131-
notation and deprecates support for YAML 1.1 notation.
129+
In YAML 1.1, octal numbers use the notation ``0...``, whereas in YAML 1.2
130+
the notation changes to ``0o...``. Symfony 5.1 added support for YAML 1.2
131+
notation and deprecated support for YAML 1.1 notation.
132132

133133
.. code-block:: yaml
134134

0 commit comments

Comments
 (0)