Skip to content

Commit

Permalink
Remove double "ignore" in discard_iterator.h docs (#1342)
Browse files Browse the repository at this point in the history
  • Loading branch information
gonidelis authored Feb 7, 2024
1 parent ac83b5f commit 12d959d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thrust/thrust/iterator/discard_iterator.h
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ THRUST_NAMESPACE_BEGIN
* \p discard_iterator may also be used to count the size of an algorithm's output which
* may not be known a priori.
*
* The following code snippet demonstrates how to use \p discard_iterator to ignore
* The following code snippet demonstrates how to use \p discard_iterator to
* ignore one of the output ranges of reduce_by_key
*
* \code
Expand Down

0 comments on commit 12d959d

Please sign in to comment.