2
0
mirror of https://github.com/boostorg/math.git synced 2026-01-19 04:22:09 +00:00

Fix typos

This commit is contained in:
Brian Wignall
2019-12-01 08:06:17 -05:00
parent a8660d3434
commit ccff3fd1b3
101 changed files with 133 additions and 133 deletions

View File

@@ -17,7 +17,7 @@
// (Bernoulli, independent, yes or no, succeed or fail)
// with success_fraction probability p,
// negative_binomial is the probability that k or fewer failures
// preceed the r th trial's success.
// precede the r th trial's success.
#include <iostream>
using std::cout;