Skip to content

Commit cafea40

Browse files
committed
chore: more documentation changes
1 parent 2c259c8 commit cafea40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -33,9 +33,9 @@ Some non-goals of functional are:
3333
## Usage
3434

3535
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
36+
be imported separately. There is no barrel export, instead one should pull in
3737
the modules they need individually. Following is an example importing from jsr
38-
withing deno.
38+
using the deno runtime.
3939

4040
```ts
4141
import * as A from "jsr:@baetheus/fun/array";

0 commit comments

Comments
 (0)