Skip to content

Commit

Permalink
Merge pull request #18 from Milly/fix-doctest
Browse files Browse the repository at this point in the history
🐛 fix doc test
  • Loading branch information
lambdalisue authored May 2, 2024
2 parents f7ef870 + e276f34 commit c6ad8a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ type Session = {
*
* @example
* ```ts
* import { channel } from "https://deno.land/x/streamtools/mod.ts";
* import { channel } from "https://deno.land/x/streamtools@v0.5.0/mod.ts";
* import { Session, Client } from "./mod.ts";
*
* const input = channel<Uint8Array>();
Expand Down

0 comments on commit c6ad8a8

Please sign in to comment.