質問編集履歴
1
typo
test
CHANGED
File without changes
|
test
CHANGED
@@ -20,7 +20,7 @@
|
|
20
20
|
|
21
21
|
set name(newName){
|
22
22
|
|
23
|
-
this._name = newame;
|
23
|
+
this._name = newName;
|
24
24
|
|
25
25
|
}
|
26
26
|
|