Ivan Asmer 6 年 前
コミット
11c96e80b9
1 ファイル変更1 行追加1 行削除
  1. 1 1
      Proto.md

+ 1 - 1
Proto.md

@@ -18,7 +18,7 @@
 
 ```javascript
 function Drawable(){
-   Drawable.prototype.addInstance(this);   
+   Drawable.addInstance(this);   
 }
 
 Drawable.prototype.draw = function(){};