Skip to content

Commit 87d99b4

Browse files
adomokosgrossbart
andauthored
Don't use 'lib' any more
Co-authored-by: Peter Gassner <[email protected]>
1 parent 27b523c commit 87d99b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/equality.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Test the equality of structures nested within arrays:
7878

7979
```ts
8080
import { array, eq } from "fp-ts";
81-
import { Eq } from "fp-ts/lib/Eq";
81+
import { Eq } from "fp-ts/Eq";
8282

8383
type Point = {
8484
x: number;

0 commit comments

Comments
 (0)