Skip to content

Commit d7989dd

Browse files
committed
Docs update.
1 parent 0fae005 commit d7989dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

nvbench/zip_axis_space.cuh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ namespace nvbench
3232
*
3333
* Using a zip_axis_space over these two axes will generate 6 values
3434
* ( {0,0}, {1,1}, {2,2}, ... ) instead of the default 36 values
35-
* ( {0,0}, {0,1}, {0,2}, ...).
35+
* ( {0,0}, {0,1}, {0,2}, ... ).
3636
*
3737
*/
3838
struct zip_axis_space final : iteration_space_base

0 commit comments

Comments
 (0)