Skip to content

Commit adc865f

Browse files
committed
Typo fix in xml docs
1 parent 555fd4e commit adc865f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Nest/Domain/Aggregations/ScriptedValueMetric.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ public class ScriptedValueMetric : IMetricAggregation
1212
internal object _Value { get; set; }
1313

1414
/// <summary>
15-
/// Get the resut of the scripted metric aggregation as T
15+
/// Get the result of the scripted metric aggregation as T
1616
/// </summary>
1717
/// <typeparam name="T">The type that best represents the result of your scripted metric aggrgation</typeparam>
1818
public T Value<T>()

0 commit comments

Comments
 (0)