aboutsummaryrefslogtreecommitdiff
path: root/bbot/variable
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2017-04-18 10:09:00 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2017-04-18 10:09:00 +0200
commit21036163f37ba0d60d47628b7139ed13f34ef458 (patch)
treea51ee9ce2df10590ddf29d8c3e2f96c3a4e81e51 /bbot/variable
parentd544a5a6d05a0fb3494ba063ea685b740825aa86 (diff)
Various minor manifest extensions
Diffstat (limited to 'bbot/variable')
-rw-r--r--bbot/variable3
1 files changed, 1 insertions, 2 deletions
diff --git a/bbot/variable b/bbot/variable
index c210dc0..556cc09 100644
--- a/bbot/variable
+++ b/bbot/variable
@@ -27,8 +27,7 @@ namespace bbot
// String in the name=value format. Can contain single or double quoted
// substrings. No escaping is supported. The name must not contain spaces.
- // Throw variable_error if the string doesn't conform with the above
- // constraints.
+ // Throw variable_error if the string doesn't conform to these rules.
//
struct LIBBBOT_EXPORT variable: std::string
{