Skip to content

Commit

Permalink
Merge branch 'master' of github.com:piotrmurach/tty-command
Browse files Browse the repository at this point in the history
  • Loading branch information
piotrmurach committed Jun 18, 2016
2 parents bd9a79f + f02d81a commit 3201aea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ result.failed? # => false

#### 3.3.3 exited?

To check if command run to complition use `exited?` or `complete?`:
To check if command ran to completion use `exited?` or `complete?`:

```ruby
result = cmd.run(:echo, 'Hello')
Expand Down

0 comments on commit 3201aea

Please sign in to comment.