From 0e5bb779ccad2d30b87254082a4b74b214a18f4f Mon Sep 17 00:00:00 2001 From: Krasimir Angelov Date: Wed, 10 Sep 2025 19:44:07 +0200 Subject: [PATCH] Particle->Participle --- src/faroese/DocumentationFao.gf | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/faroese/DocumentationFao.gf b/src/faroese/DocumentationFao.gf index 72ef20646..1ded48a96 100644 --- a/src/faroese/DocumentationFao.gf +++ b/src/faroese/DocumentationFao.gf @@ -65,10 +65,10 @@ lin tr (th "Pl" ++ td (x.Indicative ! Past ! PPl))) ++ heading2 "Nonfinite" ++ paragraph x.Nonfinite ++ - heading2 "Particle" ++ + heading2 "Participle" ++ frameTable ( - tr (th "Pres" ++ td (x.Particle ! Pres)) ++ - tr (th "Past" ++ td (x.Particle ! Past))) ; + tr (th "Pres" ++ td (x.Participle ! Pres)) ++ + tr (th "Past" ++ td (x.Participle ! Past))) ; s3=[] } ; lin