Skip to content

Commit

Permalink
Merge pull request #210 from paul42/patch-1
Browse files Browse the repository at this point in the history
Update 50.EnumConverter.cs
  • Loading branch information
MarcosMeli committed Jul 11, 2016
2 parents 7124860 + 974bd20 commit 552cbcc
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ public class Customer
public string CompanyName;
public string ContactName;

// Notice last feild is our enumerator
// Notice last field is our enumerator
public CustomerTitle ContactTitle;
}

Expand All @@ -57,4 +57,4 @@ public override void Run()
//-> /File

}
}
}

0 comments on commit 552cbcc

Please sign in to comment.