Skip to content

Commit 0855a0a

Browse files
gh640mbeaudru
authored andcommitted
Remove the line left untranslated when the translation ja-JP.md was created. (mbeaudru#105)
1 parent df9ece5 commit 0855a0a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

translations/ja-JP.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -403,8 +403,6 @@ function myFunc() {
403403

404404
> **メモ:** もしある関数が値を返さなければ、それは暗黙的な `return` も明示的な `return` も行っていません。
405405
406-
> **Note:** If your function does not return a value (with *side effects*), it doesn't do an explicit nor an implicit return.
407-
408406
加えて、 *オブジェクト* を暗黙的に返したい場合は、ブロックのかっことの衝突を防ぐために **その周りにかっこを付ける必要があります**:
409407

410408
```js

0 commit comments

Comments
 (0)