quoted-strings: fix docs example

This commit is contained in:
Roman Geraskin 2022-08-07 18:38:38 +03:00 committed by Adrien Vergé
parent 352e1a975e
commit fb0c0a5247

View File

@ -121,7 +121,7 @@ used.
the following code snippet would **PASS**:
::
foo: "bar\"baz"
foo: "bar\\"baz"
the following code snippet would **FAIL**:
::