Skip to content

Commit

Permalink
Fix actor module documentation formatting (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
tbillington authored Feb 7, 2024
1 parent bc86257 commit 585bb0f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ractor/src/actor/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
//!
//! An example supervision tree may look like:
//!
//! ```text
//! Root/
//! ├─ Actor A/
//! │ ├─ Actor A_1/
Expand All @@ -30,6 +31,7 @@
//! │ ├─ Actor C_1/
//! │ │ ├─ Actor C_1_1/
//! │ │ │ ├─ Actor C_1_1_1/
//! ```
//!
//! To link actors together in the supervision tree, there are 2 choices.
//!
Expand Down

0 comments on commit 585bb0f

Please sign in to comment.