Reference > StreamReadBytesUntil (Correction)

Hi, in Stream.readBytesUntil() - Arduino Reference there is a newline missing before length in the line

buffer: the buffer to store the bytes in (char[] or byte[]) length : the number of bytes to read (int)

Kind regards,
Thomas (@tamberg)

tamberg:
there is a newline missing

Corrected, thanks for reporting this.