Skip to content
This repository was archived by the owner on May 25, 2020. It is now read-only.

Commit 9e7643b

Browse files
committed
Update docs.md with escaped string
1 parent fbd181a commit 9e7643b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,6 @@ Example:
8787

8888
```js
8989
utils.strings('var foo = "foo"';);
90-
//=> 'var foo = "\\x66\\x6f\\x6f";'
90+
//=> 'var foo = "\x66\x6f\x6f";'
9191
```
9292

0 commit comments

Comments
 (0)