Skip to content

Commit

Permalink
fix typo N3->N2
Browse files Browse the repository at this point in the history
  • Loading branch information
krangelov committed Oct 20, 2024
1 parent 5b63649 commit 650076a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spanish/DocumentationSpaFunctor.gf
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ oper
heading : N -> Str = \n -> (nounHeading n).s ;

lin
InflectionN, InflectionN3, InflectionN3 = \noun -> {
InflectionN, InflectionN2, InflectionN3 = \noun -> {
t = "n" ;
s1 = heading1 (heading noun_Category ++
case noun.g of {
Expand Down

0 comments on commit 650076a

Please sign in to comment.