@@ -36,11 +36,11 @@ |
||
36 | 36 | public function nouns() |
37 | 37 | { |
38 | 38 | return [ |
39 | - ['Customer', ['Customer' ]], |
|
40 | - ["Customer's Car", ['Customer', 'Car' ]], |
|
41 | - ["8th Customer's Car", ['8th Customer', 'Car' ]], |
|
42 | - ["Customer's 2nd Car", ['Customer', '2nd Car' ]], |
|
43 | - ["7th Customer's 4th Car", ['7th Customer', '4th Car' ]], |
|
39 | + ['Customer', ['Customer']], |
|
40 | + ["Customer's Car", ['Customer', 'Car']], |
|
41 | + ["8th Customer's Car", ['8th Customer', 'Car']], |
|
42 | + ["Customer's 2nd Car", ['Customer', '2nd Car']], |
|
43 | + ["7th Customer's 4th Car", ['7th Customer', '4th Car']], |
|
44 | 44 | ["7th Customer's 4th Car's Wheel", ['7th Customer', '4th Car', 'Wheel']], |
45 | 45 | ]; |
46 | 46 | } |