Skip to content

Commit 7a550e7

Browse files
MAINT: Fix a typo in a comment [skip ci]
1 parent b918e7d commit 7a550e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/normal/normal.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ T normal_cdf(T x)
2424
}
2525

2626
//
27-
// The survival function (akak complementary CDF) of the standard
27+
// The survival function (aka complementary CDF) of the standard
2828
// normal distribution.
2929
//
3030
// The function computes 1 - CDF(x).

0 commit comments

Comments
 (0)