Skip to content

Commit 6e18ee8

Browse files
committed
2 parents d08cec6 + 9906e50 commit 6e18ee8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ Registry.set('HKLM\\Software\\Overwatch', 'Leader', 'Jack Morrison')
200200
Registry.set('HKLM\\Software\\Overwatch', 'Scientists', ['Angela Ziegler', 'Winston', 'Mei-Ling Zhou'])
201201
// Re/writes data of default value entry.
202202
Registry.set('HKLM\\Software\\Overwatch', '', 'This is data of the default value entry')
203-
// Creates a new subkey 'Blackwatch' inside 'HKLM\Software\Overwatch' and creates default value with data Mysterious branch of Overwatch'
203+
// Creates a new subkey 'Blackwatch' inside 'HKLM\Software\Overwatch' and creates default value with data 'Mysterious branch of Overwatch'
204204
Registry.set('HKLM\\Software\\Overwatch\\Blackwatch', '', 'Mysterious branch of Overwatch')
205205
```
206206

0 commit comments

Comments
 (0)