From e2240b2c8d70e00788623bc0fde2af7c59a04231 Mon Sep 17 00:00:00 2001 From: Verena Beckham Date: Thu, 26 Sep 2024 16:28:25 +0100 Subject: [PATCH] Fix a grammar mistake. --- adoc/chapters/programming_interface.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/adoc/chapters/programming_interface.adoc b/adoc/chapters/programming_interface.adoc index c37393a0..61c54f04 100644 --- a/adoc/chapters/programming_interface.adoc +++ b/adoc/chapters/programming_interface.adoc @@ -3683,7 +3683,7 @@ info::queue::device ==== Queue properties The properties that can be provided when constructing the SYCL [code]#queue# -class are describe in <>. +class are described in <>. [[table.properties.queue]] @@ -4882,7 +4882,7 @@ reinterpret() const ==== Buffer properties The properties that can be provided when constructing the SYCL [code]#buffer# -class are describe in <>. +class are described in <>. [[table.properties.buffer]] @@ -5896,7 +5896,7 @@ host_sampled_image_accessor get_host_access() ==== Image properties The properties that can be provided when constructing the SYCL -[code]#unsampled_image# and [code]#sampled_image# classes are describe in +[code]#unsampled_image# and [code]#sampled_image# classes are described in <>. // Interface for image properties