diff --git a/lib/token.h b/lib/token.h index 6927d7dec..37d8a3979 100644 --- a/lib/token.h +++ b/lib/token.h @@ -49,8 +49,8 @@ public: void str(const std::string &s); /** - * Concatenate two strings. "hello" "world" -> "hello world" - * Note: Automatically cuts of the last/first character. + * Concatenate two (quoted) strings. Automatically cuts of the last/first character. + * Example: "hello ""world" -> "hello world". Used by the token simplifier. */ void concatStr(std::string const& b);