From d1334d3d7f080cde37e3fca8bf1248f8aed52aeb Mon Sep 17 00:00:00 2001 From: Samuel Tardieu Date: Fri, 29 Mar 2024 07:33:22 +0100 Subject: [PATCH] Add missing documentation comment --- src/estimate.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/estimate.rs b/src/estimate.rs index 8a79d27a8..1617c1c33 100644 --- a/src/estimate.rs +++ b/src/estimate.rs @@ -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,