Skip to content

Commit d6c4644

Browse files
committed
docs: fix doc description for WsMessage
1 parent 598305c commit d6c4644

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/wisp.gleam

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1887,7 +1887,7 @@ pub fn create_canned_connection(
18871887
// Websockets
18881888
//
18891889

1890-
/// The messages possible to receive to and from a websocket handler.
1890+
/// The messages received in a websocket handler.
18911891
///
18921892
pub type WsMessage(a) {
18931893
/// A string message received from a websocket.

0 commit comments

Comments
 (0)