Skip to content

Commit 0d18ccb

Browse files
committed
typo
1 parent 7ce9ebb commit 0d18ccb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/dice/template-library/tuple_algorithm.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ namespace dice::template_library {
7373
/**
7474
* Applies a function to all types of a tuple
7575
*
76-
* @param tuple tuple with elements to apply function to
76+
* @tparam Tuple type of tuple with types to apply function to
7777
* @param f template unop to apply to each type (as f.template operator()<tuple-element-type>())
7878
*/
7979
template<typename Tuple, typename F>

0 commit comments

Comments
 (0)