Skip to content

Commit

Permalink
Format docs
Browse files Browse the repository at this point in the history
  • Loading branch information
temeddix committed Sep 15, 2024
1 parent 3fd9417 commit af45c62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/docs/state-management.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Several crates on `crates.io` provide building blocks for implementing the actor

Here’s a basic example using the [`actix`](https://github.com/actix/actix) crate, a popular choice for the actor model:

```rust
```rust title="Rust"
use actix::prelude::*;

// this is our Message
Expand Down

0 comments on commit af45c62

Please sign in to comment.