forked from GitHub/gf-core
fix in DictEng.gf -> find is irregular verb
This commit is contained in:
@@ -13483,7 +13483,7 @@ lin financial_A = compoundA (mkA "financial");
|
||||
lin financier_N = mkN "financier" "financiers";
|
||||
lin finch_N = mkN "finch" "finches";
|
||||
lin find_N = mkN "find" "finds";
|
||||
lin find_V = mkV "find";
|
||||
lin find_V = IrregEng.find_V;
|
||||
lin find_V2 = mkV2 (IrregEng.find_V);
|
||||
lin find_V2V = mkV2V (IrregEng.find_V) noPrep to_Prep ;
|
||||
lin find_VS = mkVS (IrregEng.find_V);
|
||||
|
||||
Reference in New Issue
Block a user