diff options
| author | Stefan Boberg <[email protected]> | 2021-09-16 12:38:45 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2021-09-16 12:38:45 +0200 |
| commit | e4c3be839ffda5c7900df5ba57958e333a423608 (patch) | |
| tree | 7ec222dfca7ca7d5728a91faacfc07c346cab013 /zencore/include | |
| parent | Removed unnecessary arguments from IoBuffer::MakeFromTemporaryFile since they... (diff) | |
| download | zen-e4c3be839ffda5c7900df5ba57958e333a423608.tar.xz zen-e4c3be839ffda5c7900df5ba57958e333a423608.zip | |
Fixed misleading comment for `CbAttachment::AsCompositeBinary`
Diffstat (limited to 'zencore/include')
| -rw-r--r-- | zencore/include/zencore/compactbinarypackage.h | 2 |
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. */ |