Skip to content

Commit

Permalink
Tweak grammar in docs for actor.gleam
Browse files Browse the repository at this point in the history
  • Loading branch information
brettcannon authored and lpil committed Sep 1, 2024
1 parent b51788f commit 88d1a69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gleam/otp/actor.gleam
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
//// // The last part is to implement the `handle_message` callback function.
//// //
//// // This function is called by the Actor for each message it receives.
//// // Actor is single threaded only does one thing at a time, so it handles
//// // Actor is single threaded and only does one thing at a time, so it handles
//// // messages sequentially and one at a time, in the order they are received.
//// //
//// // The function takes the message and the current state, and returns a data
Expand Down

0 comments on commit 88d1a69

Please sign in to comment.