Fix a sentence
Moved a space to inside a [hide] block so it would be included (excluded?) in the output properly.
This commit is contained in:
parent
1ac2863a43
commit
5fddd2fb3a
|
@ -420,6 +420,6 @@
|
||||||
"{verb:you,present} {noun_phrase:definite}, then you can {verb:you,present} {noun_phrase:definite}!",
|
"{verb:you,present} {noun_phrase:definite}, then you can {verb:you,present} {noun_phrase:definite}!",
|
||||||
"{noun_phrase:it,past} {verb}. With {noun_phrase:indifinite,noadj,compound}!",
|
"{noun_phrase:it,past} {verb}. With {noun_phrase:indifinite,noadj,compound}!",
|
||||||
"{pronoun} {{verb:need:from_pronoun,present}} to {verb:i,present} {noun_phrase:definite}!",
|
"{pronoun} {{verb:need:from_pronoun,present}} to {verb:i,present} {noun_phrase:definite}!",
|
||||||
"{pronoun} [rng:can,may] {verb:i,present} {noun_phrase} [hide:{noun_phrase:singlular}], it {verb:it,future} {noun_phrase:definite}."
|
"{pronoun} [rng:can,may] {verb:i,present} {noun_phrase}[hide: {noun_phrase:singlular}], it {verb:it,future} {noun_phrase:definite}."
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue