1
0
Fork 0
mirror of https://github.com/NixOS/nix synced 2025-07-04 19:41:48 +02:00

Update src/libutil/serialise.hh

Co-authored-by: John Ericson <git@JohnEricson.me>
(cherry picked from commit ce7cf4a2d3)
This commit is contained in:
Eelco Dolstra 2024-08-21 19:50:24 +02:00 committed by Mergify
parent 36f3fb72e9
commit 77a71c518f

View file

@ -533,7 +533,7 @@ struct FramedSource : Source
* Write as chunks in the format expected by FramedSource.
*
* The `checkError` function can be used to terminate the stream when you
* detect that an error has occurred.
* detect that an error has occurred. It does so by throwing an exception.
*/
struct FramedSink : nix::BufferedSink
{