From 9197783fa1eb0d1e660ed547fdd89a578b2361f7 Mon Sep 17 00:00:00 2001 From: Aarne Ranta Date: Mon, 5 Aug 2019 10:39:02 +0200 Subject: [PATCH] typo fix in DocumentationIceFunctor --- src/icelandic/DocumentationIceFunctor.gf | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/icelandic/DocumentationIceFunctor.gf b/src/icelandic/DocumentationIceFunctor.gf index bf101b46..27ce74d6 100644 --- a/src/icelandic/DocumentationIceFunctor.gf +++ b/src/icelandic/DocumentationIceFunctor.gf @@ -6,7 +6,7 @@ incomplete concrete DocumentationIceFunctor of Documentation = CatIce ** open ParadigmsIce, (G = GrammarIce), (S = SyntaxIce), - (L = LexiconGer), + (L = LexiconIce), Prelude, HTML in { @@ -107,7 +107,7 @@ lin paragraph (verbExample (S.mkCl S.she_NP v S.it_NP S.i_NP)) ; s2 = inflVerb v } ; -{- + InflectionV2V v = { t = "v" ; s1 = heading1 (heading verb_Category) ++ @@ -157,7 +157,6 @@ lin s1 = heading1 (heading verb_Category) ; s2 = inflVerb v } ; --} lin NoDefinition t = {s=t.s};