|
|
|
|
|
by josephcsible
1599 days ago
|
|
I don't understand how "In Michigan and Minnesota, more people found Mr Bush's ads negative than they did Mr Kerry's." is an example of this. To me, that unambiguously parses like this: peopleInMichiganAndMinnesota.filter(foundMrBushsAdsNegative).length() > peopleInMichiganAndMinnesota.filter(foundMrKerrysAdsNegative).length()
|
|
Essentially, it's the inclusion of the word "they" which makes the sentence incorrect. If the word "they" was removed it would be valid and would mean what you read it as.