Skip to content

Commit

Permalink
solves #7
Browse files Browse the repository at this point in the history
  • Loading branch information
adaojunior committed Jan 21, 2016
1 parent a74870f commit 73272b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/services/verbs.dart
Original file line number Diff line number Diff line change
Expand Up @@ -1464,7 +1464,7 @@ final List _verbs = [
{"1": "dust", "2": "dusted", "3": "dusting", "4": "dusted", "5": "dusts"},
{"1": "dwell", "2": "dwelt", "3": "dwelling", "4": "dwelt", "5": "dwells"},
{"1": "earn", "2": "earned", "3": "earning", "4": "earned", "5": "earns"},
{"1": "eat", "2": "eaten", "3": "eating", "4": "ate", "5": "eats"},
{"1": "eat", "2": "ate", "3": "eating", "4": "eaten", "5": "eats"},
{
"1": "educate",
"2": "educated",
Expand Down

0 comments on commit 73272b9

Please sign in to comment.