KhronosGroup / Vulkan-Guide

One stop shop for getting started with the Vulkan API
Creative Commons Attribution 4.0 International
1.95k stars 167 forks source link

Fix a formatting issue caused by a non-escaped apostrophe #236

Closed SaschaWillems closed 1 year ago

SaschaWillems commented 1 year ago

This PR fixes a minor formatting issue caused by an apostrophe that wasn't properly escaped in inline code. That caused parts of the non-code text to be formatted as code too.

spencer-lunarg commented 1 year ago

image

wow thanks!....I've tried looking into this before and basically wanted this lol

There are some other places, but I can get them

spencer-lunarg commented 1 year ago

nvm the other issue was

VkQueue​s

which is slightly different