diff --git a/stan/math/prim/meta/holder.hpp b/stan/math/prim/meta/holder.hpp index 796caf8a541..d204255d8e1 100644 --- a/stan/math/prim/meta/holder.hpp +++ b/stan/math/prim/meta/holder.hpp @@ -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