aboutsummaryrefslogtreecommitdiff
path: root/zencore/include
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2021-09-16 12:38:45 +0200
committerStefan Boberg <[email protected]>2021-09-16 12:38:45 +0200
commite4c3be839ffda5c7900df5ba57958e333a423608 (patch)
tree7ec222dfca7ca7d5728a91faacfc07c346cab013 /zencore/include
parentRemoved unnecessary arguments from IoBuffer::MakeFromTemporaryFile since they... (diff)
downloadzen-e4c3be839ffda5c7900df5ba57958e333a423608.tar.xz
zen-e4c3be839ffda5c7900df5ba57958e333a423608.zip
Fixed misleading comment for `CbAttachment::AsCompositeBinary`
Diffstat (limited to 'zencore/include')
-rw-r--r--zencore/include/zencore/compactbinarypackage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/zencore/include/zencore/compactbinarypackage.h b/zencore/include/zencore/compactbinarypackage.h
index e31bc4bfd..cc2c4815a 100644
--- a/zencore/include/zencore/compactbinarypackage.h
+++ b/zencore/include/zencore/compactbinarypackage.h
@@ -74,7 +74,7 @@ public:
/** Access the attachment as binary. Defaults to a null buffer on error. */
ZENCORE_API [[nodiscard]] SharedBuffer AsBinary() const;
- /** Access the attachment as compressed binary. Defaults to a null buffer if the attachment is null. */
+ /** Access the attachment as raw binary. Defaults to a null buffer on error. */
ZENCORE_API [[nodiscard]] CompositeBuffer AsCompositeBinary() const;
/** Access the attachment as compressed binary. Defaults to a null buffer if the attachment is null. */