Skip to content

Commit 4dfe761

Browse files
committed
docs: fix typo
1 parent a0ac888 commit 4dfe761

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,10 @@ assertEquals(isRequest(null), false);
7676

7777
## withHeader
7878

79+
Return an instance with the provided `Request` replacing the specified header.
80+
81+
There are no side effects on the original `Request`.
82+
7983
```ts
8084
import { withHeader } from "https://deno.land/x/request_utils@$VERSION/with_header.ts";
8185
import { assert } from "https://deno.land/std/testing/asserts.ts";

0 commit comments

Comments
 (0)