Closed zischwartz closed 5 years ago
Here's an example of the behavior, basically:
let opt = { form: RiTa.GERUND, } let result = RiTa.conjugate("be", opt) // returns "bing" instead of "being"
Maybe I'm missing something? Looks like there's some special handling for this hereish.
fixed in e5a42dd
Here's an example of the behavior, basically:
Maybe I'm missing something? Looks like there's some special handling for this hereish.