docs: normalize jsonl reader comment punctuation

This commit is contained in:
777genius 2026-05-30 16:07:44 +03:00
parent d43cd3a0db
commit 1af8dd638b

View file

@ -12,7 +12,7 @@ import { createReadStream } from 'fs';
* a JSON string value, which readline would.
*
* The stream is opened with utf8 encoding, so the runtime's StringDecoder reassembles
* multi-byte characters that straddle a chunk boundary before we split string
* multi-byte characters that straddle a chunk boundary before we split - string
* concatenation + `indexOf('\n')` is therefore safe.
*
* Semantics match the readline loop the callers replace: