Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
doc: comment out ellipses in https.md
  • Loading branch information
vsemozhetbyt committed Apr 2, 2017
commit 790dbff0b6e3f3e279d3f8a89c9c7ccbab507419
4 changes: 2 additions & 2 deletions doc/api/https.md
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ const options = {
options.agent = new https.Agent(options);

const req = https.request(options, (res) => {
...
// ...
});
```

Expand All @@ -222,7 +222,7 @@ const options = {
};

const req = https.request(options, (res) => {
...
// ...
});
```

Expand Down