From b34543b783364d14f95939bc3437786e4b943942 Mon Sep 17 00:00:00 2001 From: Ben Ashbaugh Date: Mon, 8 Jan 2024 08:36:47 -0800 Subject: [PATCH] add missing curly brace for asciidoctor attribute (#1038) --- api/opencl_runtime_layer.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/opencl_runtime_layer.asciidoc b/api/opencl_runtime_layer.asciidoc index 3c7fa312..da5612e1 100644 --- a/api/opencl_runtime_layer.asciidoc +++ b/api/opencl_runtime_layer.asciidoc @@ -366,7 +366,7 @@ include::{generated}/api/version-notes/CL_QUEUE_PROPERTIES_ARRAY.asciidoc[] additional properties. If _command_queue_ was created using {clCreateCommandQueue}, or if the - _properties_ argument specified in clCreateCommandQueueWithProperties} + _properties_ argument specified in {clCreateCommandQueueWithProperties} was `NULL`, the implementation must return _param_value_size_ret_ equal to 0, indicating that there are no properties to be returned.