Skip to content

Commit

Permalink
small edit
Browse files Browse the repository at this point in the history
  • Loading branch information
bcpeinhardt committed Feb 29, 2024
1 parent 4a5f1c5 commit 393bf53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/actors/pantry.gleam
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ pub type Message {
// and then calls itself with some new state. The `actor.Next` type is just an abstraction over that pattern.
//
// In fact, take a look at [it's definition](https://hexdocs.pm/gleam_otp/gleam/otp/actor.html#Next)
// and you'll see what I mean (don't worry about selectors yet).
// and you'll see what I mean.
fn handle_message(
message: Message,
pantry: Set(String),
Expand Down

0 comments on commit 393bf53

Please sign in to comment.