Skip to content

Commit

Permalink
typo: Double word "in"
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni authored and ajcvickers committed Jun 29, 2019
1 parent 85648d5 commit 5807cc3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ internal static IEnumerable<AssociationType> GetAllRelationshipsForType(Metadata
DebugCheck.NotNull(workspace);
DebugCheck.NotNull(clrType);

// Note that this gets any relationship that the CLR type participates in in any entity set. For MEST, this
// Note that this gets any relationship that the CLR type participates in any entity set. For MEST, this
// could result in too many relationships being returned, but this doesn't matter since the extra ones will
// not be used. Also, MEST is rare.
return ((ObjectItemCollection)workspace.GetItemCollection(DataSpace.OSpace)).GetItems<AssociationType>().Where(
Expand Down

0 comments on commit 5807cc3

Please sign in to comment.