Skip to content

Commit 73f3794

Browse files
authored
Fix typo (#348)
1 parent b8e0045 commit 73f3794

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/worker/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
//! #### Overhead
1818
//!
1919
//! Gloo Workers use web workers. They incur a serialization overhead on the
20-
//! messages they send and receive. Bridges use [bincode](https://!github.com/servo/bincode)
20+
//! messages they send and receive. Bridges use [bincode](https://github.com/servo/bincode)
2121
//! by default to communicate with workers, so the cost is substantially higher
2222
//! than just calling a function.
2323

0 commit comments

Comments
 (0)