Skip to content

Commit

Permalink
typo: Double word "virtual"
Browse files Browse the repository at this point in the history
  • Loading branch information
nschonni authored and ajcvickers committed Jun 29, 2019
1 parent 9412a37 commit 85648d5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ protected virtual bool IsDataServicesEdmx(string filePath)
return EdmUtils.IsDataServicesEdmx(filePath);
}

// protected virtual virtual to allow mocking
// protected virtual to allow mocking
protected virtual XmlDocument RetargetFile(string filePath, Version targetSchemaVersion)
{
Debug.Assert(!string.IsNullOrWhiteSpace(filePath), "Invalid filePath");
Expand Down

0 comments on commit 85648d5

Please sign in to comment.