We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dfcac02 commit 94ee8adCopy full SHA for 94ee8ad
src/Section1/Part1/Lesson13.md
@@ -3,9 +3,6 @@
3
Normally, で marks the "circumstance" or "means" behind an action, or the “location” where such action occurs.
4
5
<pre>
6
-金属<b>で</b>出来ている
7
-It is made <b>of</b> metal
8
-
9
刀<b>で</b>殺した
10
He killed <b>with</b> a katana
11
@@ -14,6 +11,9 @@ I came <b>by</b> bus
14
15
12
学校<b>で</b>働く
16
13
To work <b>in</b> a school
+
+金属<b>で</b>出来ている
+It is made <b>of</b> metal
17
</pre>
18
19
で originally comes from contracting the compound particle にて. You may still see にて in old fashioned or formal writing or announcements.
0 commit comments