We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2c259c8 commit cafea40Copy full SHA for cafea40
README.md
@@ -33,9 +33,9 @@ Some non-goals of functional are:
33
## Usage
34
35
This library is a collection of smaller tools. This means that each one should
36
-be imported separately. There is no barrel export, instead once should pull in
+be imported separately. There is no barrel export, instead one should pull in
37
the modules they need individually. Following is an example importing from jsr
38
-withing deno.
+using the deno runtime.
39
40
```ts
41
import * as A from "jsr:@baetheus/fun/array";
0 commit comments