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