From 1e18ac636c968a967660601dcbbcdef869163fe0 Mon Sep 17 00:00:00 2001 From: Mpdreamz Date: Wed, 15 Nov 2017 16:32:16 +0100 Subject: [PATCH] updated cref --- src/Nest/XPack/MachineLearning/Job/Results/AnomalyRecord.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Nest/XPack/MachineLearning/Job/Results/AnomalyRecord.cs b/src/Nest/XPack/MachineLearning/Job/Results/AnomalyRecord.cs index d311359b36e..8572f2a40ee 100644 --- a/src/Nest/XPack/MachineLearning/Job/Results/AnomalyRecord.cs +++ b/src/Nest/XPack/MachineLearning/Job/Results/AnomalyRecord.cs @@ -48,7 +48,7 @@ public class AnomalyRecord public double InitialRecordScore { get; internal set; } /// - /// The length of the bucket. This value matches the that is specified in the job. + /// The length of the bucket. This value matches the that is specified in the job. /// [JsonProperty("bucket_span")] public Time BucketSpan { get; internal set; }