From e4c3be839ffda5c7900df5ba57958e333a423608 Mon Sep 17 00:00:00 2001 From: Stefan Boberg Date: Thu, 16 Sep 2021 12:38:45 +0200 Subject: Fixed misleading comment for `CbAttachment::AsCompositeBinary` --- zencore/include/zencore/compactbinarypackage.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */ -- cgit v1.2.3