Skip to content

Commit

Permalink
Update documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
futursolo committed Aug 26, 2023
1 parent b40418c commit a5e6f2c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions packages/yew-agent/src/worker/hooks.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
//! This module provides worker agent implementation.

use std::fmt;
use std::ops::Deref;
use std::rc::Rc;
Expand Down
2 changes: 1 addition & 1 deletion packages/yew-agent/src/worker/mod.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//! This module contains the worker agent implementation.
//!
//! This is a low-level implementation that wraps gloo-worker.
//! This is a low-level implementation that uses an actor model.
//!
//! # Example
//!
Expand Down

0 comments on commit a5e6f2c

Please sign in to comment.