Skip to content

Commit aef3223

Browse files
authored
Fix grammar in WebSocketContext::from_partially_read docs (#534)
1 parent ad6539b commit aef3223

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/protocol/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -387,7 +387,7 @@ impl WebSocketContext {
387387
Self::_new(role, FrameCodec::new(conf.read_buffer_size), conf)
388388
}
389389

390-
/// Create a WebSocket context that manages an post-handshake stream.
390+
/// Create a WebSocket context that manages a post-handshake stream.
391391
///
392392
/// # Panics
393393
/// Panics if config is invalid e.g. `max_write_buffer_size <= write_buffer_size`.

0 commit comments

Comments
 (0)