Skip to content

Commit

Permalink
Fix editorial bug - bracket -> comma
Browse files Browse the repository at this point in the history
Fix bug noted during SYCL-reference work in KhronosGroup/SYCL_Reference#110 (comment)
  • Loading branch information
Mike Kinsner authored Nov 29, 2023
1 parent 76608e1 commit 97d4f25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adoc/chapters/programming_interface.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -11292,7 +11292,7 @@ a@
----
nd_range<Dimensions>(
range<Dimensions> globalSize,
range<Dimensions> localSize)
range<Dimensions> localSize,
id<Dimensions> offset = id<Dimensions>())
----
a@ Construct an [code]#nd_range# from the local and global
Expand Down

0 comments on commit 97d4f25

Please sign in to comment.