Skip to content

Commit

Permalink
Fixed typo that caused n't to be tagged as a Word rather than an Encl…
Browse files Browse the repository at this point in the history
…itics
  • Loading branch information
ojak committed Feb 26, 2015
1 parent e753389 commit 159f3b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/treat/entities/entity/buildable.rb
Expand Up @@ -15,7 +15,7 @@ module Treat::Entities::Entity::Buildable
PunctRegexp = /^[[:punct:]\$]+$/
UriRegexp = /^(http|https):\/\/[a-z0-9]+([\-\.]{1}[a-z0-9]+)*\.[a-z]{2,5}(([0-9]{1,5})?\/.*)?$/ix
EmailRegexp = /.+\@.+\..+/
Enclitics = %w['ll 'm 're 's 't 've 'nt]
Enclitics = %w['ll 'm 're 's 't 've n't]

# Accepted formats of serialized files
AcceptedFormats = ['.xml', '.yml', '.yaml', '.mongo']
Expand Down

0 comments on commit 159f3b2

Please sign in to comment.