Skip to content

Commit

Permalink
Use backtick instead of single quote in Loader Debugging
Browse files Browse the repository at this point in the history
Surrounding text with ~ causes markdown to format the text with strike through, which is not intended. Surrounding the ~ with backticks instead of single quotes fixes it.
  • Loading branch information
charles-lunarg authored Sep 18, 2023
1 parent 45b155b commit 4bdcb00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/LoaderDebugging.md
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ You can use the filtering environment variables
(`VK_LOADER_LAYERS_ENABLE` and `VK_LOADER_LAYERS_DISABLE`) to selectively enable
or disable various layers.
If you're not sure what to do, try disabling all implicit layers manually by
setting `VK_LOADER_LAYERS_DISABLE` to '~implicit~'.
setting `VK_LOADER_LAYERS_DISABLE` to `~implicit~`.

```
set VK_LOADER_LAYERS_DISABLE=~implicit~
Expand Down

0 comments on commit 4bdcb00

Please sign in to comment.