From 7630a04eb16c9c73ac059bd7752b0937a5b696c3 Mon Sep 17 00:00:00 2001 From: Greg Lueck Date: Thu, 26 Sep 2024 12:51:28 -0400 Subject: [PATCH] Fix a grammar mistake. Cherry pick #630 from main (cherry picked from commit df5d2411332f39b03451d8cc5224d4e87e1af2d9) --- 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 00de4da3..4fbbc12c 100644 --- a/adoc/chapters/programming_interface.adoc +++ b/adoc/chapters/programming_interface.adoc @@ -3682,7 +3682,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]] @@ -4881,7 +4881,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]] @@ -5895,7 +5895,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