From a640588a416bf983af57ce21c915c1bde60b51b5 Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Fri, 22 Jan 2021 20:37:57 +0100 Subject: [PATCH] docs/zink: add missing colon Reviewed-by: Hoe Hao Cheng Part-of: --- docs/drivers/zink.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/drivers/zink.rst b/docs/drivers/zink.rst index f915bfee012..368f2b58430 100644 --- a/docs/drivers/zink.rst +++ b/docs/drivers/zink.rst @@ -80,7 +80,7 @@ For OpenGL 3.3 support, the following additional ``VkPhysicalDeviceFeatures`` are required to be supported, although some of these might not actually get verified: -* ``VkPhysicalDeviceFeatures`` +* ``VkPhysicalDeviceFeatures``: * ``occlusionQueryPrecise``