Skip to content

Commit 5a1ba98

Browse files
committed
和訳漏れの修正
1 parent 16ac4d5 commit 5a1ba98

File tree

1 file changed

+2
-1
lines changed
  • 1-js/08-prototypes/01-prototype-inheritance

1 file changed

+2
-1
lines changed

1-js/08-prototypes/01-prototype-inheritance/article.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,8 @@ alert(longEar.jumps); // true (rabbit から)
122122

123123
![](proto-animal-rabbit-chain.svg)
124124

125-
Now if we read something from `longEar`, and it's missing, JavaScript will look for it in `rabbit`, and then in `animal`.
125+
ここで `longEar` から何かしらを読み取ろうとして、それが見つからなかった場合、JavaScript はまず `rabbit`、次に `animal` の順に探しに行きます。
126+
126127

127128
実際には、2つの制限があります。:
128129

0 commit comments

Comments
 (0)