Skip to content

Commit

Permalink
fix a transform documentation typo
Browse files Browse the repository at this point in the history
Signed-off-by: Denis Pronin <[email protected]>
  • Loading branch information
dpronin authored Feb 5, 2024
1 parent 51216c0 commit 37c9149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/eve/module/algo/algo/transform.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ namespace eve::algo
//!
//! @brief same as;
//! @code{.cpp}
//! eve::algo::tranform_to(eve::views::zip(r, r), op)
//! eve::algo::transform_to(eve::views::zip(r, r), op)
//! @endcode
//! but slightly more efficient
//!
Expand Down

0 comments on commit 37c9149

Please sign in to comment.