Skip to content

Commit 7a5f620

Browse files
committed
Typo fix
1 parent b9069c1 commit 7a5f620

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Nest/Mapping/Mappings.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ namespace Nest
1313
/// new features in the future.
1414
/// </pre>
1515
/// </summary>
16-
[Obsolete("Mappings are no longer type dependend please use TypeMapping directly")]
16+
[Obsolete("Mappings are no longer type dependant, please use TypeMapping directly")]
1717
public class Mappings : ObsoleteMappingsBase, ITypeMapping, IEnumerable<ITypeMapping>
1818
{
1919
private IEnumerable<ITypeMapping> AsEnumerable => new[] { new TypeMapping() };

0 commit comments

Comments
 (0)