Skip to content

Commit 3caf74b

Browse files
committed
Fix spelling
1 parent 4380558 commit 3caf74b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/AppInstallerSharedLib/Public/AppInstallerStrings.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ namespace AppInstaller::Utility
290290
// Converts the given boolean value to a string.
291291
std::string_view ConvertBoolToString(bool value);
292292

293-
// Converts the given stringview into a bool.
293+
// Converts the given string view into a bool.
294294
bool ConvertStringToBool(const std::string_view& value);
295295

296296
// Converts the given GUID value to a string.

0 commit comments

Comments
 (0)