Merge pull request #80 from zzzJH/patch-1

笔误 psh() → push()
This commit is contained in:
wangzheng0822 2018-10-23 10:24:39 +08:00 committed by GitHub
commit e4b5af87bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -282,7 +282,7 @@ Point 2: 2, 4
Point 3: 8, 1
Point 4: 2, 9
也可以用之前的 puh() 等操作方法来操作对象数组
也可以用之前的 push() 等操作方法来操作对象数组
```
var p5 = new Point(11,13);
point.push(p5);