回答編集履歴

1

誤字修正

2015/12/03 21:14

投稿

_Kentarou
_Kentarou

スコア8490

test CHANGED
@@ -4,9 +4,9 @@
4
4
 
5
5
  ```swift
6
6
 
7
- // timeKey → timekey
7
+ // timekey → timeKey
8
8
 
9
- timerTime.registerDefaults(["timeKey": 1])// デフォルト値
9
+ timerTime.registerDefaults(["timekey": 1])// デフォルト値
10
10
 
11
11
  ```
12
12