Skip to content

Commit b2ebd1a

Browse files
committed
fix doc
1 parent 5f7da15 commit b2ebd1a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

stan/math/prim/functor/reduce_sum_static.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ namespace math {
2121
* This defers to reduce_sum_impl for the appropriate implementation
2222
*
2323
* ReduceFunction must define an operator() with the same signature as:
24-
* T f(int start, int end, Vec&& vmapped_subset, std::ostream* msgs, Args&&...
24+
* T f(Vec&& vmapped_subset, int start, int end, std::ostream* msgs, Args&&...
2525
* args)
2626
*
2727
* `ReduceFunction` must be default constructible without any arguments

0 commit comments

Comments
 (0)