Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions stan/math/prim/meta/holder.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -231,8 +231,8 @@ namespace math {
* expressions will be deleted.
* @tparam T type of argument expression
* @tparam Ptrs types of pointers
* @param a argument expression
* @param ptrs pointers to objects the constructed object will own.
* @param arg argument expression
* @param pointers pointers to objects the constructed object will own.
* @return holder operation
*/
template <typename T, typename... Ptrs,
Expand Down
Loading