Skip to content

Commit 845ccb8

Browse files
plr108Ron Petrusha
authored andcommitted
Fix typo (#2540)
Change `valuName` to `valueName`
1 parent 42a585f commit 845ccb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

xml/Microsoft.Win32/Registry.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@
344344
The string `valueName` is not case-sensitive.
345345
346346
> [!NOTE]
347-
> A registry key can contain one value that is not associated with any name. When this unnamed value is displayed in the registry editor, the string "(Default)" appears instead of a name. To retrieve this unnamed value, specify either `null` or the empty string ("") for `valuName`.
347+
> A registry key can contain one value that is not associated with any name. When this unnamed value is displayed in the registry editor, the string "(Default)" appears instead of a name. To retrieve this unnamed value, specify either `null` or the empty string ("") for `valueName`.
348348
349349
Valid root names are HKEY_CURRENT_USER, HKEY_LOCAL_MACHINE, HKEY_CLASSES_ROOT, HKEY_USERS, HKEY_PERFORMANCE_DATA, HKEY_CURRENT_CONFIG, and HKEY_DYN_DATA. For example, in Visual Basic the string "HKEY_CURRENT_USER\MyTestKey" accesses key/value pairs for the subkey "MyTestKey" in the HKEY_CURRENT_USER root.
350350
@@ -756,4 +756,4 @@
756756
</Docs>
757757
</Member>
758758
</Members>
759-
</Type>
759+
</Type>

0 commit comments

Comments
 (0)