From ac80d1a1aa0f3046db95857677f1183d28bcf7e3 Mon Sep 17 00:00:00 2001 From: Peter Buckley Date: Thu, 13 Nov 2014 14:51:29 -0500 Subject: [PATCH] fix typo of false public, false private and change wording made wording consistent with other params in edit, "this repository" made order true/private false/public consistent with create private param --- lib/github_api/client/repos.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/github_api/client/repos.rb b/lib/github_api/client/repos.rb index b62e657c..b3786623 100644 --- a/lib/github_api/client/repos.rb +++ b/lib/github_api/client/repos.rb @@ -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