Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

README: fix statement about whinyness of aasm #764

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -106,7 +106,7 @@ job.run # => raises AASM::InvalidTransition
```

If you don't like exceptions and prefer a simple `true` or `false` as response, tell
AASM not to be *whiny*:
AASM not to not be *whiny*:

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This would be a double negative, which reads the same as telling it to be whiny. It should either be not to (as it is already) or to not: either works in English.


```ruby
class Job
Expand Down