Skip to content

Commit 21f7109

Browse files
committed
chore: fix typo
1 parent 3798abb commit 21f7109

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,9 @@
88
[![test](https://github.com/httpland/http-utils/actions/workflows/test.yaml/badge.svg)](https://github.com/httpland/http-utils/actions/workflows/test.yaml)
99
[![NPM](https://nodei.co/npm/@httpland/http-utils.png?mini=true)](https://nodei.co/npm/@httpland/http-utils/)
1010

11-
HTTP utility collection for Fetch API.
11+
HTTP utility collection.
12+
13+
Compliant with [RFC 9110](https://www.rfc-editor.org/rfc/rfc9110).
1214

1315
## Request
1416

_utils.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,3 @@ export function equalsType(
1717

1818
return true;
1919
}
20-
21-
Object.constructor;

0 commit comments

Comments
 (0)