Skip to content

Commit 41b7349

Browse files
committed
updated cref
1 parent e218d08 commit 41b7349

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Nest/XPack/MachineLearning/Job/Results/AnomalyRecord.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public class AnomalyRecord
4848
public double InitialRecordScore { get; internal set; }
4949

5050
/// <summary>
51-
/// The length of the bucket. This value matches the <see cref="Job.AnalysisConfig.BucketSpan"/> that is specified in the job.
51+
/// The length of the bucket. This value matches the <see cref="AnalysisConfig.BucketSpan"/> that is specified in the job.
5252
/// </summary>
5353
[JsonProperty("bucket_span")]
5454
public Time BucketSpan { get; internal set; }

0 commit comments

Comments
 (0)