Skip to content

Commit

Permalink
Fix typo in Message docs
Browse files Browse the repository at this point in the history
  • Loading branch information
shiroyasha authored Oct 16, 2024
1 parent 760f8d7 commit f59c97c
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 f59c97c

Please sign in to comment.