Skip to content

Commit 7f1c51d

Browse files
committed
minor #12251 Remove duplicated !!set tag (Aleksanthaar)
This PR was submitted for the master branch but it was merged into the 3.4 branch instead (closes #12251). Discussion ---------- Remove duplicated !!set tag "!!set" was present twice in the Unsupported features. Commits ------- ebc9e28 Remove duplicated !!set tag
2 parents 1c23849 + ebc9e28 commit 7f1c51d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)