aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Lindsay <rene@lunarg.com>2016-10-25 11:05:09 -0600
committerRene Lindsay <rene@lunarg.com>2016-10-25 11:05:09 -0600
commit5cec1d6db5107a095647e446fd458ca19f5f53ae (patch)
tree5027f7364ca8bce03254cd5027653a53b8e67d3a
parent152723324a5da3e563a05d6c4eea8904017f0ad5 (diff)
downloadvulkan-validation-layers-5cec1d6db5107a095647e446fd458ca19f5f53ae.tar.gz
docs: Fix .md syntax typo in header
-rw-r--r--loader/LoaderAndLayerInterface.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/loader/LoaderAndLayerInterface.md b/loader/LoaderAndLayerInterface.md
index 95c11f151..b55994132 100644
--- a/loader/LoaderAndLayerInterface.md
+++ b/loader/LoaderAndLayerInterface.md
@@ -155,7 +155,7 @@ Linux an application wanting to link to the latest Vulkan ABI version would
just link to the name vulkan (libvulkan.so). A specific Vulkan ABI version can
also be linked to by applications (e.g. libvulkan.so.1).
-####Layer Usage
+#### Layer Usage
Applications desiring Vulkan functionality beyond what the core API offers may
use various layers or extensions. A layer cannot introduce new Vulkan API