Skip to content

Commit 8e88783

Browse files
committed
Template typo
1 parent e53b697 commit 8e88783

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

stan/math/prim/fun/hypergeometric_1F0.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ namespace math {
2828
* @return Hypergeometric 1F0 function
2929
*/
3030
template <typename Ta, typename Tz, require_all_arithmetic_t<Ta, Tz>* = nullptr>
31-
return_type<Ta, Tz> hypergeometric_1f0(const Ta& a, const Tz& z) {
31+
return_type_t<Ta, Tz> hypergeometric_1f0(const Ta& a, const Tz& z) {
3232
constexpr const char* function = "hypergeometric_1f0";
3333
check_less("hypergeometric_1f0", "abs(z)", std::fabs(z), 1.0);
3434

0 commit comments

Comments
 (0)