summaryrefslogtreecommitdiff
path: root/next-lib/src/romance
diff options
context:
space:
mode:
Diffstat (limited to 'next-lib/src/romance')
-rw-r--r--next-lib/src/romance/NounRomance.gf2
1 files changed, 1 insertions, 1 deletions
diff --git a/next-lib/src/romance/NounRomance.gf b/next-lib/src/romance/NounRomance.gf
index 8bf8651ab..3bc39aba8 100644
--- a/next-lib/src/romance/NounRomance.gf
+++ b/next-lib/src/romance/NounRomance.gf
@@ -97,7 +97,7 @@ incomplete concrete NounRomance of Noun =
} ;
IndefArt = {
- s = \\b,n,g,c => if_then_Str b [] (artIndef g n c) ;
+ s = \\b,n,g,c => if_then_Str b (prepCase c) (artIndef g n c) ;
sp = \\n,g,c => artIndef g n c ; ---- not for Fre
s2 = []
} ;