We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 10e23d1 commit b54b9d4Copy full SHA for b54b9d4
tokio-util/src/codec/mod.rs
@@ -224,7 +224,7 @@
224
//! The main method on the `Encoder` trait is the [`encode`] method. This method
225
//! takes an item that is being written, and a buffer to write the item to. The
226
//! buffer may already contain data, and in this case, the encoder should append
227
-//! the new frame the to buffer rather than overwrite the existing data.
+//! the new frame to the buffer rather than overwrite the existing data.
228
//!
229
//! It is guaranteed that, from one call to `encode` to another, the provided
230
//! buffer will contain the exact same data as before, except that some of the
0 commit comments