Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit a613b0d

Browse files
committed
[Yaml] escape backtick in markdown changelog
1 parent 1190fd0 commit a613b0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Symfony/Component/Yaml/CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ CHANGELOG
44
2.8.0
55
-----
66

7-
* Deprecated usage of @ and ` at the beginning of an unquoted string
7+
* Deprecated usage of @ and \` at the beginning of an unquoted string
88
* Deprecated non-escaped \ in double-quoted strings when parsing Yaml
99
("Foo\Var" is not valid whereas "Foo\\Var" is)
1010

0 commit comments

Comments
 (0)