Skip to content

Commit 557a3ae

Browse files
authored
Remove duplicated !!set tag
"!!set" was present twice in the Unsupported features.
1 parent 2b3672a commit 557a3ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: components/yaml/yaml_format.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ The following YAML features are not supported by the Symfony Yaml component:
318318
* Multi-documents (``---`` and ``...`` markers);
319319
* Complex mapping keys and complex values starting with ``?``;
320320
* Tagged values as keys;
321-
* The following tags and types: `!!set`, `!!omap`, `!!pairs`, `!!set`, `!!seq`,
321+
* The following tags and types: `!!set`, `!!omap`, `!!pairs`, `!!seq`,
322322
`!!bool`, `!!int`, `!!merge`, `!!null`, `!!timestamp`, `!!value`, `!!yaml`;
323323
* Tags (``TAG`` directive; example: ``%TAG ! tag:example.com,2000:app/``)
324324
and tag references (example: ``!<tag:example.com,2000:app/foo>``);

0 commit comments

Comments
 (0)