Use backtick instead of single quote in Loader Debugging
authorCharles Giessen <46324611+charles-lunarg@users.noreply.github.com>
Mon, 18 Sep 2023 00:10:39 +0000 (18:10 -0600)
committerCharles Giessen <46324611+charles-lunarg@users.noreply.github.com>
Mon, 18 Sep 2023 01:13:09 +0000 (19:13 -0600)
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.

docs/LoaderDebugging.md

index cfa2576973bb55a627d076ff4ac9f14d32fc338d..47d5ae2ed69cc9fe17dc42304376124d1fafe332 100644 (file)
@@ -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~