Skip to content

Commit dab29c6

Browse files
author
Andrew Johnson
committed
Fix doc
1 parent aceb59d commit dab29c6

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

stan/math/rev/fun/read_var.hpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,9 +151,8 @@ inline void read_vi_val_adj(const EigVar& VarMat, EigVari& VariMat,
151151
* @tparam EigRev type of the Eigen container of var or vari.
152152
* @tparam EigDbl type of the Eigen container of doubles to be copied to.
153153
* @param[in] VarMat Input Eigen container of var.
154-
* @param[in] VariMat Output Eigen container of vari.
155154
* @param[in] ValMat Output Eigen container of values.
156-
* @param[in] AdjMat Output Eigen container of tangents.
155+
* @param[in] AdjMat Output Eigen container of adjoints.
157156
*/
158157
template <typename EigRev, typename EigDbl>
159158
inline void read_val_adj(const EigRev& VarMat, EigDbl& ValMat, EigDbl& AdjMat) {

0 commit comments

Comments
 (0)