Skip to content

Commit

Permalink
quoted-strings: fix docs example
Browse files Browse the repository at this point in the history
  • Loading branch information
rgeraskin authored and adrienverge committed Aug 7, 2022
1 parent 352e1a9 commit fb0c0a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion yamllint/rules/quoted_strings.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
the following code snippet would **PASS**:
::
foo: "bar\"baz"
foo: "bar\\"baz"
the following code snippet would **FAIL**:
::
Expand Down

0 comments on commit fb0c0a5

Please sign in to comment.