質問編集履歴

1

誤字

2016/04/12 13:15

投稿

shitumontarou
shitumontarou

スコア7

test CHANGED
File without changes
test CHANGED
@@ -2,11 +2,11 @@
2
2
 
3
3
  enum WordRangePredicates {
4
4
 
5
- case toeic600
5
+ case eigo600
6
6
 
7
- case toeic860
7
+ case eigo860
8
8
 
9
- case toeic990
9
+ case eigo990
10
10
 
11
11
  case etc
12
12
 
@@ -16,15 +16,15 @@
16
16
 
17
17
  switch(self) {
18
18
 
19
- case .toeic600:
19
+ case .eigo600:
20
20
 
21
21
  return "id <= 400"
22
22
 
23
- case .toeic860:
23
+ case .eigo860:
24
24
 
25
25
  return "id >= 401 AND id <= 600"
26
26
 
27
- case .toeic990:
27
+ case .eigo990:
28
28
 
29
29
  return"id >= 601 AND id <= 1000"
30
30