diff --git a/adoc/chapters/programming_interface.adoc b/adoc/chapters/programming_interface.adoc index fd9975e9..401f5ff6 100644 --- a/adoc/chapters/programming_interface.adoc +++ b/adoc/chapters/programming_interface.adoc @@ -5461,7 +5461,7 @@ accessor get_access(handler& commandGroupHandler) access mode and target in the command group buffer. The value of target can be [code]#target::device#, [code]#target::constant_buffer# or - [code]#target::host_task. + [code]#target::host_task#. a@ [source] @@ -5488,7 +5488,7 @@ accessor get_access(handler& commandGroupHandler, <>, where the range starts at the given offset from the beginning of the buffer. The value of target can be [code]#target::device#, [code]#target::constant_buffer# or - [code]#target::host_task. + [code]#target::host_task#. Throws an [code]#exception# with the [code]#errc::invalid# error code if the sum of [code]#accessRange# and [code]#accessOffset# exceeds the range of