Skip to content

Commit

Permalink
Fix YARD typos
Browse files Browse the repository at this point in the history
Fix YARD typos
  • Loading branch information
Ladas committed Jul 27, 2018
1 parent 0b86e0d commit c6571ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ansible/runner/response_async.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class ResponseAsync
# @param base_dir [String] Base directory containing Runner metadata (project, inventory, etc). ansible-runner
# refers to it as 'private_data_dir'
# @param ident [String] An identifier that will be used when generating the artifacts directory and can be used to
# uniquely identify a playbook run. sWe use unique base dir per run, so this idrntifier can be static for
# uniquely identify a playbook run. We use unique base dir per run, so this identifier can be static for
# most cases.
def initialize(base_dir:, ident: "result")
@base_dir = base_dir
Expand Down

0 comments on commit c6571ea

Please sign in to comment.