Skip to content

Commit 5b1ada2

Browse files
committed
Merge pull request elastic#1569 from SeanKilleen/FixXMLDocTypo
Fix minor typo in xmldoc comments
2 parents 9b85a34 + cbf86f1 commit 5b1ada2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Nest/Domain/Property.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ public static class Property
77
{
88
/// <summary>
99
/// Create a strongly typed string representation of the path to a property
10-
/// <para>i.e p => p.Arrary.First().SubProperty.Field will return 'array.subProperty.field'</para>
10+
/// <para>i.e p => p.Array.First().SubProperty.Field will return 'array.subProperty.field'</para>
1111
/// </summary>
1212
/// <typeparam name="T">The type of the object</typeparam>
1313
/// <param name="path">The path we want to specify</param>
@@ -20,7 +20,7 @@ public static PropertyPathMarker Path<T>(Expression<Func<T, object>> path, doubl
2020

2121
/// <summary>
2222
/// Create a strongly typed string representation of the name to a property
23-
/// <para>i.e p => p.Arrary.First().SubProperty.Field will return 'field'</para>
23+
/// <para>i.e p => p.Array.First().SubProperty.Field will return 'field'</para>
2424
/// </summary>
2525
/// <typeparam name="T">The type of the object</typeparam>
2626
/// <param name="path">The path we want to specify</param>

0 commit comments

Comments
 (0)