Skip to content

Commit ebc9e28

Browse files
alhuo-smileOskarStark
authored andcommitted
Remove duplicated !!set tag
"!!set" was present twice in the Unsupported features.
1 parent 1c23849 commit ebc9e28

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
@@ -322,7 +322,7 @@ The following YAML features are not supported by the Symfony Yaml component:
322322
* Multi-documents (``---`` and ``...`` markers);
323323
* Complex mapping keys and complex values starting with ``?``;
324324
* Tagged values as keys;
325-
* The following tags and types: `!!set`, `!!omap`, `!!pairs`, `!!set`, `!!seq`,
325+
* The following tags and types: `!!set`, `!!omap`, `!!pairs`, `!!seq`,
326326
`!!bool`, `!!int`, `!!merge`, `!!null`, `!!timestamp`, `!!value`, `!!yaml`;
327327
* Tags (``TAG`` directive; example: ``%TAG ! tag:example.com,2000:app/``)
328328
and tag references (example: ``!<tag:example.com,2000:app/foo>``);

0 commit comments

Comments
 (0)