Skip to content

Commit 393b542

Browse files
aedenybrycelelbach
authored andcommitted
Fix typo in documentation for thrust::transform.
1 parent 1156836 commit 393b542

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

thrust/transform.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ namespace thrust
5252
* \param first The beginning of the input sequence.
5353
* \param last The end of the input sequence.
5454
* \param result The beginning of the output sequence.
55-
* \param op The tranformation operation.
55+
* \param op The transformation operation.
5656
* \return The end of the output sequence.
5757
*
5858
* \tparam DerivedPolicy The name of the derived execution policy.

0 commit comments

Comments
 (0)