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 2987531 commit e1275f4Copy full SHA for e1275f4
src/uu/head/src/take.rs
@@ -86,7 +86,7 @@ impl TakeAllBuffer {
86
/// Chunks are read until at least we have enough data to write out the entire contents of the
87
/// first TakeAllBuffer in the queue whilst still retaining at least `n` bytes in the queue.
88
/// If we hit EoF at any point, stop reading.
89
-/// 2 - Asses whether we managed to queue up greater-than `n` bytes. If not, we must be done, in
+/// 2 - Assess whether we managed to queue up greater-than `n` bytes. If not, we must be done, in
90
/// which case break and return.
91
/// 3 - Write either the full first buffer of data, or just enough bytes to get back down to having
92
/// the required `n` bytes of data queued.
0 commit comments