Skip to content

Commit 0adfe78

Browse files
authored
Merge pull request wangdoc#7 from Tomotoes/patch-1
Update image.md
2 parents 3765f29 + d52f139 commit 0adfe78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/elements/image.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ img instanceof Image // true
1212
img instanceof HTMLImageElement // true
1313
```
1414

15-
`Image`构造函数可以接受两个整数作为参数,分别表示`<img>`元素的宽度和长度
15+
`Image`构造函数可以接受两个整数作为参数,分别表示`<img>`元素的宽度和高度
1616

1717
```javascript
1818
// 语法

0 commit comments

Comments
 (0)