Skip to content

Commit 235983b

Browse files
authored
Remove extra 'the'
1 parent 5ed291d commit 235983b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cmdstan/stansummary_helper.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -688,7 +688,7 @@ void write_sampler_info(const stan::io::stan_csv_metadata &metadata,
688688
<< "For each parameter, ESS_bulk and ESS_tail measure the "
689689
"effective sample size "
690690
"for the entire sample (bulk) and for the "
691-
"the .05 and .95 tails (tail), "
691+
".05 and .95 tails (tail), "
692692
<< std::endl;
693693
*out << prefix
694694
<< "and R_hat measures the potential scale reduction on split chains. "

0 commit comments

Comments
 (0)