Skip to content

Commit 7866a45

Browse files
committed
Typos
1 parent acf90a7 commit 7866a45

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

stan/math/prim/constraint/cov_matrix_constrain.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ template <typename T, typename Lp, require_std_vector_t<T>* = nullptr,
126126
require_convertible_t<return_type_t<T>, Lp>* = nullptr>
127127
inline auto cov_matrix_constrain(const T& x, Eigen::Index K, Lp& lp) {
128128
return apply_vector_unary<T>::apply(
129-
x, [&lp, K](auto&& v) { return cov_matrix_constrain(v, K, lp) });
129+
x, [&lp, K](auto&& v) { return cov_matrix_constrain(v, K, lp); });
130130
}
131131

132132
/**

0 commit comments

Comments
 (0)