diff --git a/src/glisten.gleam b/src/glisten.gleam index 7193fe5..dd94568 100644 --- a/src/glisten.gleam +++ b/src/glisten.gleam @@ -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