Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e1098a4

Browse filesBrowse files
vsemozhetbytMylesBorins
authored andcommitted
doc: unify spaces in a querystring.md code example
PR-URL: #12465 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Yuta Hiroto <hello@about-hiroppy.com>
1 parent a4b092c commit e1098a4
Copy full SHA for e1098a4

File tree

Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+1
-1
lines changed
Open diff view settings
Collapse file

‎doc/api/querystring.md‎

Copy file name to clipboardExpand all lines: doc/api/querystring.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ For example:
101101
querystring.stringify({ foo: 'bar', baz: ['qux', 'quux'], corge: '' })
102102
// returns 'foo=bar&baz=qux&baz=quux&corge='
103103

104-
querystring.stringify({foo: 'bar', baz: 'qux'}, ';', ':')
104+
querystring.stringify({ foo: 'bar', baz: 'qux' }, ';', ':')
105105
// returns 'foo:bar;baz:qux'
106106
```
107107

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.