This commit is contained in:
adueck 2025-01-10 09:18:31 -05:00
parent 06ed7a0df8
commit b7b4d2e87f
2 changed files with 14 additions and 13 deletions

View File

@ -39,13 +39,14 @@ function VerbFormsTruthTable() {
<td>
{t[2] ? (
<div>
<Video />
{` `}imperfective
{" "}
<Camera />
{` `}perfective
</div>
) : (
<div>
<Camera />
{` `}perfective
<Video />
{` `}imperfective
</div>
)}
</td>

View File

@ -7,4 +7,4 @@ export const tenseData = [
["habitual continuous past", true, false, true],
["simple past", false, true, true],
["habitual simple past", true, true, true],
]
];