We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fffc14f commit 24a9e71Copy full SHA for 24a9e71
1 file changed
stan/math/prim/fun/serializer.hpp
@@ -45,7 +45,7 @@ struct deserializer {
45
/**
46
* Construct a deserializer from the specified sequence of values.
47
*
48
- * @param vals values to deserialize
+ * @param v_vals values to deserialize
49
*/
50
explicit deserializer(const Eigen::Matrix<T, -1, 1>& v_vals)
51
: position_(0), vals_(to_array_1d(v_vals)) {}
0 commit comments