We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4380558 commit 3caf74bCopy full SHA for 3caf74b
1 file changed
src/AppInstallerSharedLib/Public/AppInstallerStrings.h
@@ -290,7 +290,7 @@ namespace AppInstaller::Utility
290
// Converts the given boolean value to a string.
291
std::string_view ConvertBoolToString(bool value);
292
293
- // Converts the given stringview into a bool.
+ // Converts the given string view into a bool.
294
bool ConvertStringToBool(const std::string_view& value);
295
296
// Converts the given GUID value to a string.
0 commit comments