aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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. */