We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2e4b943 commit b1314c9Copy full SHA for b1314c9
1 file changed
std/bufio/bufio.jule
@@ -719,7 +719,7 @@ impl Writer {
719
// Returns an empty buffer with Reader.Available() capacity.
720
// This buffer is intended to be appended to and
721
// passed to an immediately succeeding [Writer.Write] call.
722
- // The buffer is mutable and it si only valid until the next write operation.
+ // The buffer is mutable and it is only valid until the next write operation.
723
fn AvailableBuffer(mut *self): []byte {
724
ret self.buf[self.n:][:0]
725
}
0 commit comments