Skip to content

Commit b1314c9

Browse files
committed
std/bufio: fix typo
1 parent 2e4b943 commit b1314c9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

std/bufio/bufio.jule

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -719,7 +719,7 @@ impl Writer {
719719
// Returns an empty buffer with Reader.Available() capacity.
720720
// This buffer is intended to be appended to and
721721
// passed to an immediately succeeding [Writer.Write] call.
722-
// The buffer is mutable and it si only valid until the next write operation.
722+
// The buffer is mutable and it is only valid until the next write operation.
723723
fn AvailableBuffer(mut *self): []byte {
724724
ret self.buf[self.n:][:0]
725725
}

0 commit comments

Comments
 (0)