Skip to content

Commit 1126f64

Browse files
authored
Merge pull request #362 from pan-no-mimi/add_translate_prototypes
和訳漏れの修正
2 parents 80b47e6 + 64f1526 commit 1126f64

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ 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` の順に探しに行きます。
126126

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

0 commit comments

Comments
 (0)