Skip to content

Commit

Permalink
Fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
MattiasBuelens committed Oct 31, 2023
1 parent 298278a commit f0ac76b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/transform/sys.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
//! Raw bindings to JavaScript objects used
//! by a [`TransformStream`](https://developer.mozilla.org/en-US/docs/Web/API/TransformStream).
//! These are re-exported from [web-sys](https://docs.rs/web-sys/0.3.64/web_sys/struct.WritableStream.html).
//! These are re-exported from [web-sys](https://docs.rs/web-sys/0.3.64/web_sys/struct.TransformStream.html).
pub use web_sys::TransformStream;

0 comments on commit f0ac76b

Please sign in to comment.