Skip to content

Commit

Permalink
doc: fix url example to match behavior
Browse files Browse the repository at this point in the history
Fixes one WHATWG URL example to match the actual behavior.

Fixes: #22653
  • Loading branch information
ChALkeR committed Oct 10, 2018
1 parent 3f4dc54 commit a2af3a4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/url.md
Original file line number Diff line number Diff line change
Expand Up @@ -1286,7 +1286,7 @@ const myURL = new URL('https://%CF%80.example.com/foo');
console.log(myURL.href);
// Prints https://xn--1xa.example.com/foo
console.log(myURL.origin);
// Prints https://π.example.com
// Prints https://xn--1xa.example.com
```

[`Error`]: errors.html#errors_class_error
Expand Down

0 comments on commit a2af3a4

Please sign in to comment.