aboutsummaryrefslogtreecommitdiff
path: root/bbot/variable
diff options
context:
space:
mode:
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
{