Skip to content

Commit

Permalink
Merge pull request #21 from shiroyasha/patch-1
Browse files Browse the repository at this point in the history
Fix typo in Message docs
  • Loading branch information
rawhat authored Oct 16, 2024
2 parents 760f8d7 + f59c97c commit 1162bb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/glisten.gleam
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ pub type StartError {
SystemError(SocketReason)
}

/// Your provided loop function with receive these message types as the
/// Your provided loop function will receive these message types as the
/// first argument.
pub type Message(user_message) {
/// These are messages received from the socket
Expand Down

0 comments on commit 1162bb4

Please sign in to comment.