Fix doc typo

This commit is contained in:
Alex Butler 2023-05-30 17:39:06 +01:00
parent 41818166cf
commit dea67d6cca
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ pub struct WebSocketConfig {
/// to the underlying stream.
/// The default value is 128 KiB.
///
/// Note: [`flush`](WebSocket::flush) will always be fully write the buffer regardless.
/// Note: [`flush`](WebSocket::flush) will always fully write the buffer regardless.
pub write_buffer_size: usize,
/// The max size of the write buffer in bytes. Setting this can provide backpressure
/// in the case the write buffer is filling up due to write errors.