Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Commit

Permalink
Merge pull request #914 from thrust/github_pr_887
Browse files Browse the repository at this point in the history
Fixed a typo in the documentation.
  • Loading branch information
brycelelbach authored May 29, 2018
2 parents 8551c97 + 667ab96 commit c83afa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion thrust/functional.h
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ struct minus
}; // end minus

/*! \p multiplies is a function object. Specifically, it is an Adaptable Binary Function.
* If \c f is an object of class <tt>minus<T></tt>, and \c x and \c y are objects
* If \c f is an object of class <tt>multiplies<T></tt>, and \c x and \c y are objects
* of class \c T, then <tt>f(x,y)</tt> returns <tt>x*y</tt>.
*
* \tparam T is a model of <a href="http://www.sgi.com/tech/stl/Assignable.html">Assignable</a>,
Expand Down

0 comments on commit c83afa5

Please sign in to comment.