We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 555fd4e commit adc865fCopy full SHA for adc865f
src/Nest/Domain/Aggregations/ScriptedValueMetric.cs
@@ -12,7 +12,7 @@ public class ScriptedValueMetric : IMetricAggregation
12
internal object _Value { get; set; }
13
14
/// <summary>
15
- /// Get the resut of the scripted metric aggregation as T
+ /// Get the result of the scripted metric aggregation as T
16
/// </summary>
17
/// <typeparam name="T">The type that best represents the result of your scripted metric aggrgation</typeparam>
18
public T Value<T>()
0 commit comments