Skip to content

Commit

Permalink
Add missing documentation comment
Browse files Browse the repository at this point in the history
  • Loading branch information
samueltardieu committed Mar 29, 2024
1 parent a0cc158 commit d1334d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/estimate.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ pub struct ConfidenceInterval {
pub struct Estimate {
/// The confidence interval for this estimate
pub confidence_interval: ConfidenceInterval,
///
/// The value of this estimate
pub point_estimate: f64,
/// The standard error of this estimate
pub standard_error: f64,
Expand Down

0 comments on commit d1334d3

Please sign in to comment.