martin-magakian / Amazing-Cloud-Search

Allow you to search, faceted search, add, update, remove objects from your Amazon Cloud Search Index in C#.
30 stars 17 forks source link

Typo on FacetResult class #15

Open smillerk2 opened 10 years ago

smillerk2 commented 10 years ago

This is a great library. One minor issue is a spelling mistake on the list of Constraint objects:

public class FacetResult { public string Name { get; set; } public List Contraint { get; set; } }

Contraint should be Constraint.