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
  • Loading branch information
gmlueck committed Nov 30, 2023
1 parent 7dcafab commit e9e7b4e
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 e9e7b4e

Please sign in to comment.