Skip to content

Commit

Permalink
Merge pull request #505 from KhronosGroup/mkinsner-ndrange-editorial
Browse files Browse the repository at this point in the history
Fix editorial bug - bracket -> comma

(cherry picked from commit bc7420b)
  • Loading branch information
gmlueck committed Nov 7, 2024
1 parent 46bf29e commit f992c8b
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 f992c8b

Please sign in to comment.