回答編集履歴

2

修正

2016/08/11 05:25

投稿

_Kentarou
_Kentarou

スコア8490

test CHANGED
@@ -1,4 +1,4 @@
1
- エラーの内容から渡せるものは`Dictionary`か`Array`だけのようなので以下のように記述して好きな方で渡してください。
1
+ エラーの内容から渡せるものは`Dictionary`か`Array`だけのようなので以下のように記述して好きな方で渡してください。
2
2
 
3
3
 
4
4
 

1

修正

2016/08/11 05:25

投稿

_Kentarou
_Kentarou

スコア8490

test CHANGED
@@ -4,7 +4,7 @@
4
4
 
5
5
  ```swift
6
6
 
7
- let dict = ["str": "文字列"]
7
+ let dict = ["Key": "文字列"]
8
8
 
9
9
  let array = ["文字列"]
10
10