Skip to content

Commit

Permalink
Merge pull request rubocop#114 from ebouchut/typo-syntax
Browse files Browse the repository at this point in the history
Fix typo in Syntax / Avoid self where not required
  • Loading branch information
bbatsov committed Jul 26, 2012
2 parents f1980da + e17802c commit 3dc9cc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -495,7 +495,7 @@ You can generate a PDF or an HTML copy of this guide using
def ready?
if last_reviewed_at > last_updated_at
worker.update(content, options)
self.status = :in_progress
status = :in_progress
end
status == :verified
end
Expand Down

0 comments on commit 3dc9cc1

Please sign in to comment.