From d92c8909d4dbfc3919c7353b74d2ff3a5ddfcee2 Mon Sep 17 00:00:00 2001 From: Oleg Morozenkov Date: Tue, 4 Aug 2015 09:17:19 +0300 Subject: Fix StringTools --- include/tgbot/tools/StringTools.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/tgbot/tools/StringTools.h') diff --git a/include/tgbot/tools/StringTools.h b/include/tgbot/tools/StringTools.h index a8b4af1..6c01575 100644 --- a/include/tgbot/tools/StringTools.h +++ b/include/tgbot/tools/StringTools.h @@ -33,14 +33,14 @@ namespace StringTools { /** - * Checks if first string is starting with second string and vice-versa + * Checks if first string is starting with second string * @param str1 First string * @param str2 Second string */ bool startsWith(const std::string& str1, const std::string& str2); /** - * Checks if first string is ending with second string and vice-versa + * Checks if first string is ending with second string * @param str1 First string * @param str2 Second string */ -- cgit v1.2.3