We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b9069c1 commit 7a5f620Copy full SHA for 7a5f620
src/Nest/Mapping/Mappings.cs
@@ -13,7 +13,7 @@ namespace Nest
13
/// new features in the future.
14
/// </pre>
15
/// </summary>
16
- [Obsolete("Mappings are no longer type dependend please use TypeMapping directly")]
+ [Obsolete("Mappings are no longer type dependant, please use TypeMapping directly")]
17
public class Mappings : ObsoleteMappingsBase, ITypeMapping, IEnumerable<ITypeMapping>
18
{
19
private IEnumerable<ITypeMapping> AsEnumerable => new[] { new TypeMapping() };
0 commit comments