diff --git a/bindings/rust/s2n-tls/src/connection.rs b/bindings/rust/s2n-tls/src/connection.rs index d2e3fda5588..770c556df13 100644 --- a/bindings/rust/s2n-tls/src/connection.rs +++ b/bindings/rust/s2n-tls/src/connection.rs @@ -590,7 +590,7 @@ impl Connection { /// Safety: this function is always safe to call, and additionally: /// 1. It will never deinitialize any bytes in `buf`. /// 2. If it returns `Ok(n)`, then the first `n` bytes of `buf` - /// will have been initialized by this function. + /// will have been initialized by this function. pub fn poll_recv_uninitialized( &mut self, buf: &mut [MaybeUninit],