Skip to content

Commit

Permalink
docs(Bugs5382#100): fix type
Browse files Browse the repository at this point in the history
[skip ci]
  • Loading branch information
Bugs5382 committed Aug 17, 2024
1 parent 20f33c3 commit 2414674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/server/modules/sendResponse.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ export class SendResponse extends EventEmitter {
* await res.sendResponse("AA")
* })
*
* ot
* or
*
* const server = new Server({bindAddress: '0.0.0.0'})
* const IB_ADT = server.createInbound({port: LISTEN_PORT}, async (req, res) => {
Expand Down

0 comments on commit 2414674

Please sign in to comment.