Skip to content

Commit

Permalink
Fix comment typo in ufo_sightings.R
Browse files Browse the repository at this point in the history
  • Loading branch information
edmore committed Dec 18, 2012
1 parent 28e8f01 commit fa2a9d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 01-Introduction/ufo_sightings.R
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ ufo <- transform(ufo,
USState = location.matrix[, 2],
stringsAsFactors = FALSE)

# Next step, we will strip out non-US incients
# Next step, we will strip out non-US incidents

# Insert NA's where there are non-US cities
ufo$USState <- state.abb[match(ufo$USState, state.abb)]
Expand Down

0 comments on commit fa2a9d8

Please sign in to comment.