diff options
-rwxr-xr-x | note/pronouns.html | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/note/pronouns.html b/note/pronouns.html index 5f35591..404e794 100755 --- a/note/pronouns.html +++ b/note/pronouns.html @@ -22,28 +22,28 @@ </tr> <tr> <th>Nominative</th> - <th>They</th> - <th>他</th> + <td>They</td> + <td>他</td> </tr> <tr> <th>Accusative</th> - <th>Them</th> - <th>他</th> + <td>Them</td> + <td>他</td> </tr> <tr> <th>Prenominal possessive</th> - <th>Their</th> - <th>他的</th> + <td>Their</td> + <td>他的</td> </tr> <tr> <th>Prenominal possessive</th> - <th>Theirs</th> - <th>他的</th> + <td>Theirs</td> + <td>他的</td> </tr> <tr> <th>Reflexive</th> - <th>Themself</th> - <th>他自己</th> + <td>Themself</td> + <td>他自己</td> </tr> </table> <p> |