platform/packages/inflection2/lib/src/verbs_ending_with_ed.dart
thomashii@dukefirehawk.com 32f3eaa5c4 Added and migrated inflection2
2021-05-02 16:39:25 +08:00

21 lines
310 B
Dart

//library inflection2.verbs_ending_with_ed;
/// A collection of verbs ending with -ed.
final List<String> verbsEndingWithEd = const [
"bed",
"bleed",
"breed",
"embed",
"exceed",
"feed",
"heed",
"need",
"proceed",
"seed",
"shred"
"speed",
"succeed",
"ted",
"wed",
"weed"
];