Skip to content

Commit bce6cba

Browse files
committed
Merge pull request piotrmurach#198 from dx-pbuckley/private-docstring-reword
fix typo of false public, false private and change wording
2 parents d3e4a8d + ac80d1a commit bce6cba

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/github_api/client/repos.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -284,7 +284,7 @@ def contributors(*args)
284284
# @option params [String] :homepage
285285
# Optional string
286286
# @option params [Boolean] :private
287-
# Optional boolean, false to create public repos, false to create a private one
287+
# Optional boolean, true to make this a private repository, false to make it a public one
288288
# @option params [Boolean] :has_issues
289289
# Optional boolean - true to enable issues for this repository,
290290
# false to disable them

0 commit comments

Comments
 (0)