Add missing backtick in LoaderInterfaceArchitecture.md
authorCharles Giessen <46324611+charles-lunarg@users.noreply.github.com>
Thu, 16 Mar 2023 19:39:02 +0000 (13:39 -0600)
committerCharles Giessen <46324611+charles-lunarg@users.noreply.github.com>
Thu, 16 Mar 2023 19:39:18 +0000 (13:39 -0600)
docs/LoaderInterfaceArchitecture.md

index 3f10867b769448c97699e476b2fc0fce0eaa59b0..b2533eacfef9d6226ddfc69b472db80b0a1404e4 100644 (file)
@@ -383,7 +383,7 @@ layers to marshall the appropriate information to all available drivers.
 For example, the diagram below represents what happens in the call chain for
 `vkCreateInstance`.
 After initializing the chain, the loader calls into the first layer's
-`vkCreateInstance`, which will call the next layer's `vkCreateInstance
+`vkCreateInstance`, which will call the next layer's `vkCreateInstance`
 before finally terminating in the loader again where it will call
 every driver's `vkCreateInstance`.
 This allows every enabled layer in the chain to set up what it needs based on