Simple typo fix

Remove an extraneous backslash.
This commit is contained in:
Steve Burkett
2020-08-28 10:10:38 +12:00
committed by GitHub
parent 9eba446699
commit c10b27e438

View File

@ -155,7 +155,7 @@ registry HKEY_CURRENT_USER\Console
```
# Show information about a specific registry value
registry HKEY_CURRENT_USER\Console\\ScreenBufferSize
registry HKEY_CURRENT_USER\Console\ScreenBufferSize
```