Skip to content

Commit 03972d7

Browse files
committed
Merge pull request piotrmurach#228 from vfonic/patch-1
Fix typo in readme method documentation
2 parents 3b793fa + 967cd0f commit 03972d7

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

lib/github_api/client/repos/contents.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ class Client::Repos::Contents < API
2020
# github = Github.new
2121
# github.repos.contents.readme 'user-name', 'repo-name'
2222
#
23-
# content = Github::Repos;:Contents.new user: 'user-name', 'repo-name'
23+
# @example
24+
# content = Github::Client::Repos::Contents.new user: 'user-name', repo: 'repo-name'
2425
# content.readme
2526
#
2627
# @api public

0 commit comments

Comments
 (0)