We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3b793fa + 967cd0f commit 03972d7Copy full SHA for 03972d7
1 file changed
lib/github_api/client/repos/contents.rb
@@ -20,7 +20,8 @@ class Client::Repos::Contents < API
20
# github = Github.new
21
# github.repos.contents.readme 'user-name', 'repo-name'
22
#
23
- # content = Github::Repos;:Contents.new user: 'user-name', 'repo-name'
+ # @example
24
+ # content = Github::Client::Repos::Contents.new user: 'user-name', repo: 'repo-name'
25
# content.readme
26
27
# @api public
0 commit comments