Skip to content

Commit 12d53f0

Browse files
committed
fix: Fix link
1 parent 172eaf8 commit 12d53f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/basics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,4 +86,4 @@ const runFlow = flow(add5);
8686
console.log(runPipe(3), runFlow(3)); // 8, 8
8787
```
8888

89-
You can learn more about `pipe` and `flow` in the [Practical Guide to fp-ts](https://rlee.dev/writing/practical-guide-to-fp-ts-part-1).
89+
You can learn more about `pipe` and `flow` in the [Practical Guide to fp-ts](https://rlee.dev/practical-guide-to-fp-ts-part-1).

0 commit comments

Comments
 (0)