summaryrefslogtreecommitdiff
path: root/zen/optional.h
diff options
context:
space:
mode:
Diffstat (limited to 'zen/optional.h')
-rw-r--r--zen/optional.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/zen/optional.h b/zen/optional.h
index 4d85e53a..a6a53103 100644
--- a/zen/optional.h
+++ b/zen/optional.h
@@ -10,7 +10,7 @@
namespace zen
{
/*
-Optional return value with static memory allocation!
+Optional return value without heap memory allocation!
-> interface like a pointer, performance like a value
Usage:
bgstack15