Skip to content

Commit 08f08a6

Browse files
committed
Fixed incorrect example sentence in Lesson 24
1 parent bf6dc40 commit 08f08a6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Section1/Part2/Lesson24.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ The fish was eaten <b>by</b> a cat.
3838
In grammar study, there's the concept of verbal "transitivity," which basically defines whether a verb accepts a direct object or not. As we know from [Lesson 3](../Part1/Lesson3.md), the direct object is marked by を, while the subject is marked by が.
3939

4040
<pre>
41-
<b>彼を</b>教えた
42-
I taught <b>him</b>. (transitive)
41+
<b>彼を</b>殺した
42+
I killed <b>him</b>. (transitive)
4343

4444
<b>彼が</b>死ぬ
4545
<b>He</b> dies. (intransitive)

0 commit comments

Comments
 (0)