Skip to content

Commit e1275f4

Browse files
Update src/uu/head/src/take.rs
Co-authored-by: Dorian Péron <72708393+RenjiSann@users.noreply.github.com>
1 parent 2987531 commit e1275f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/uu/head/src/take.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ impl TakeAllBuffer {
8686
/// Chunks are read until at least we have enough data to write out the entire contents of the
8787
/// first TakeAllBuffer in the queue whilst still retaining at least `n` bytes in the queue.
8888
/// 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
89+
/// 2 - Assess whether we managed to queue up greater-than `n` bytes. If not, we must be done, in
9090
/// which case break and return.
9191
/// 3 - Write either the full first buffer of data, or just enough bytes to get back down to having
9292
/// the required `n` bytes of data queued.

0 commit comments

Comments
 (0)