diff --git a/entity-framework/ef6/modeling/code-first/conventions/model.md b/entity-framework/ef6/modeling/code-first/conventions/model.md index de7fa2d14e..573b297e8c 100644 --- a/entity-framework/ef6/modeling/code-first/conventions/model.md +++ b/entity-framework/ef6/modeling/code-first/conventions/model.md @@ -126,7 +126,7 @@ public class ForeignKeyNamingConvention : IStoreModelConvention private void NormalizeForeignKeyProperties(ReadOnlyMetadataCollection properties) { - for (int i = 0; i \< properties.Count; ++i) + for (int i = 0; i < properties.Count; ++i) { int underscoreIndex = properties[i].Name.IndexOf('_'); if (underscoreIndex > 0)