aboutsummaryrefslogtreecommitdiff
path: root/libbutl/manifest-serializer.mxx
diff options
context:
space:
mode:
Diffstat (limited to 'libbutl/manifest-serializer.mxx')
-rw-r--r--libbutl/manifest-serializer.mxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/libbutl/manifest-serializer.mxx b/libbutl/manifest-serializer.mxx
index e063f17..a1864d6 100644
--- a/libbutl/manifest-serializer.mxx
+++ b/libbutl/manifest-serializer.mxx
@@ -55,7 +55,8 @@ LIBBUTL_MODEXPORT namespace butl
// with empty name and value. After that we can either have another
// start-of-manifest pair (in which case the whole sequence repeats
// from the beginning) or we get another end-of-manifest pair which
- // signals the end of stream.
+ // signals the end of stream. The end-of-manifest pair can be omitted
+ // if it is followed by the start-of-manifest pair.
//
void
next (const std::string& name, const std::string& value);