Skip to content

Commit fc0b48d

Browse files
authored
Fixed typo in docs/ref/templates/builtins.txt.
1 parent 25afe59 commit fc0b48d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ref/templates/builtins.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1643,7 +1643,7 @@ For example::
16431643

16441644
{{ value|escapejs }}
16451645

1646-
If ``value`` is ``"testing\r\njavascript \'string" <b>escaping</b>"``,
1646+
If ``value`` is ``"testing\r\njavascript 'string\" <b>escaping</b>"``,
16471647
the output will be ``"testing\\u000D\\u000Ajavascript \\u0027string\\u0022 \\u003Cb\\u003Eescaping\\u003C/b\\u003E"``.
16481648

16491649
.. templatefilter:: filesizeformat

0 commit comments

Comments
 (0)