lib/github_api/client/gists/comments.rb in github_api-0.18.2 vs lib/github_api/client/gists/comments.rb in github_api-0.19.0
- old
+ new
@@ -83,10 +83,10 @@
# Delete a comment
#
# @see https://developer.github.com/v3/gists/comments/#delete-a-comment
#
- # @xample
+ # @example
# github = Github.new
# github.gists.comments.delete 'gist-id', 'comment-id'
#
# @api public
def delete(*args)