Skip to content

Commit

Permalink
Merge branch 'main' into cli_docs
Browse files Browse the repository at this point in the history
  • Loading branch information
iuioiua committed May 22, 2024
2 parents ecde2da + 83991c7 commit e47129e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions http/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ export class Server {
* Throws a server closed error if called after the server has been closed.
*
* @example Usage
* ```ts
* ```ts no-eval
* import { Server } from "@std/http/server";
*
* const handler = (request: Request) => {
Expand Down Expand Up @@ -335,7 +335,7 @@ export class Server {
* Get whether the server is closed.
*
* @example Usage
* ```ts
* ```ts no-eval
* import { Server } from "@std/http/server";
*
* const handler = (request: Request) => {
Expand Down

0 comments on commit e47129e

Please sign in to comment.