Skip to content

Commit

Permalink
Merge pull request #43 from Fryguy/fix_comment
Browse files Browse the repository at this point in the history
Fix typo in CommandLineBuider doc comment
  • Loading branch information
bdunne authored Jul 20, 2018
2 parents fcaa85b + fdebfa0 commit 7cbf922
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/awesome_spawn/command_line_builder.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class CommandLineBuilder
#
# - `{:k => "value"}` generates `-k value`
# - `[[:k, "value"]]` generates `-k value`
# - `{:k => "value"}` generates `-k=value`
# - `{:k= => "value"}` generates `-k=value`
# - `[[:k=, "value"]]` generates `-k=value` <br /><br />
#
# - `{:key => "value"}` generates `--key value`
Expand Down

0 comments on commit 7cbf922

Please sign in to comment.