Skip to content

Commit ba85c8d

Browse files
committed
Fix old style writing identified by CI
1 parent 15c0006 commit ba85c8d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

chapters/VK_EXT_present_timing/queries.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -311,7 +311,7 @@ be atomic within the implementation.
311311
is set in sname:VkPastPresentationTimingInfoEXT::pname:flags, the
312312
pname:presentStageCount value of each element of
313313
sname:VkPastPresentationTimingPropertiesEXT::pname:pPresentationTimings
314-
must: be set to at least the maximum number of present stages set in
314+
must: be at least the maximum number of present stages set in
315315
slink:VkPresentTimingInfoEXT::pname:presentStageQueries among all
316316
flink:vkQueuePresentKHR calls, with a non-zero
317317
pname:presentStageQueries, for which complete results have not been
@@ -320,7 +320,7 @@ be atomic within the implementation.
320320
is not set in sname:VkPastPresentationTimingInfoEXT::pname:flags, the
321321
pname:presentStageCount value of each element of
322322
sname:VkPastPresentationTimingPropertiesEXT::pname:pPresentationTimings
323-
must: be set to at least the number of present stages set in
323+
must: be at least the number of present stages set in
324324
sname:VkPresentTimingInfoEXT::pname:presentStageQueries for the earliest
325325
call to fname:vkQueuePresentKHR, with a non-zero
326326
pname:presentStageQueries, that corresponds to that element's index and

0 commit comments

Comments
 (0)