diff options
Diffstat (limited to 'raul/URI.hpp')
-rw-r--r-- | raul/URI.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/raul/URI.hpp b/raul/URI.hpp index d53856d..af33ddc 100644 --- a/raul/URI.hpp +++ b/raul/URI.hpp @@ -84,7 +84,7 @@ public: /** Return true iff `str` is a valid URI. * - * Currently this only checks that `starts` with a valid URI scheme. + * Currently this only checks that `str` starts with a valid URI scheme. */ static inline bool is_valid(const std::basic_string<char>& str) { if (!is_valid_start_char(str[0])) { |