From 473451e71fd0953f40d1a6780d5b5c91879be40b Mon Sep 17 00:00:00 2001 From: Rene Lindsay Date: Tue, 25 Oct 2016 11:05:09 -0600 Subject: [PATCH] docs: Fix .md syntax typo in header --- loader/LoaderAndLayerInterface.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/loader/LoaderAndLayerInterface.md b/loader/LoaderAndLayerInterface.md index 95c11f1..b559941 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 -- 2.7.4