Skip to content

Commit e63c617

Browse files
authored
Update exceptions.xml (#35)
> finally ブロックの何かに書いたコードは 「何かに」を「中に」に修正しました。
1 parent 3444964 commit e63c617

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

language/exceptions.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -272,7 +272,7 @@ echo "\n\n";
272272
<para>
273273
&catch; ブロックの後に
274274
&finally; ブロックも指定できます。
275-
&finally; ブロックの何かに書いたコードは
275+
&finally; ブロックの中に書いたコードは
276276
&try; および &catch; ブロックの後で常に実行されます。
277277
例外がスローされたかどうかは関係ありません。
278278
</para>

0 commit comments

Comments
 (0)