This commit is contained in:
adueck 2023-07-11 11:58:57 +04:00
parent 72823ed4c8
commit 1063d49812
1 changed files with 1 additions and 1 deletions

View File

@ -116,7 +116,7 @@ Here's a chart of every possible combination of these choices, giving us all the
<td>{t[0]}</td>
<td>{t[1] ? "yes" : "no"}</td>
<td>{t[2] ? <div><Video />{` `}imperfective</div> : <div><Camera />{` `}perfective</div>}</td>
<td>{t[3] ? "stem" : "root"}</td>
<td>{t[3] ? "root" : "stem"}</td>
</tr>
))}
</tbody>