Skip to content

Commit

Permalink
add missing curly brace for asciidoctor attribute (#1038)
Browse files Browse the repository at this point in the history
  • Loading branch information
bashbaug authored Jan 8, 2024
1 parent e33de0c commit b34543b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/opencl_runtime_layer.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit b34543b

Please sign in to comment.