Skip to content

Commit c6ad8a8

Browse files
authored
Merge pull request #18 from Milly/fix-doctest
🐛 fix doc test
2 parents f7ef870 + e276f34 commit c6ad8a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ type Session = {
2121
*
2222
* @example
2323
* ```ts
24-
* import { channel } from "https://deno.land/x/streamtools/mod.ts";
24+
* import { channel } from "https://deno.land/x/streamtools@v0.5.0/mod.ts";
2525
* import { Session, Client } from "./mod.ts";
2626
*
2727
* const input = channel<Uint8Array>();

0 commit comments

Comments
 (0)