Skip to content

Commit

Permalink
Merge pull request #198 from dx-pbuckley/private-docstring-reword
Browse files Browse the repository at this point in the history
fix typo of false public, false private and change wording
  • Loading branch information
piotrmurach committed Dec 11, 2014
2 parents d3e4a8d + ac80d1a commit bce6cba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/github_api/client/repos.rb
Expand Up @@ -284,7 +284,7 @@ def contributors(*args)
# @option params [String] :homepage
# Optional string
# @option params [Boolean] :private
# Optional boolean, false to create public repos, false to create a private one
# Optional boolean, true to make this a private repository, false to make it a public one
# @option params [Boolean] :has_issues
# Optional boolean - true to enable issues for this repository,
# false to disable them
Expand Down

0 comments on commit bce6cba

Please sign in to comment.