We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7eb4786 commit c2c13c9Copy full SHA for c2c13c9
code/include/swoc/TextView.h
@@ -121,7 +121,7 @@ class TextView : public std::string_view {
121
*
122
* Well, estemed reader, because the C++ standard doesn't have a better way to support overloads
123
* that handle character pointers and literal strings differently. If the parameters were simply
124
- * <tt>(char const *, char const *)</tt> then a cosntruct like <tt>{ "really", "broken" }</tt> can
+ * <tt>(char const *, char const *)</tt> then a construct like <tt>{ "really", "broken" }</tt> can
125
* be interpreted as a @c TextView because the elements implicitly convert to <tt>char const
126
* *</tt>. This makes no sense and creates some @b very annoying ambiguities for lists of strings
127
* if there are exactly two in the list. See @c Lexicon for an example.
0 commit comments