lib/github_api/client/gists.rb in github_api-0.18.2 vs lib/github_api/client/gists.rb in github_api-0.19.0
- old
+ new
@@ -141,11 +141,11 @@
# @param [Hash] params
# @option [String] :description
# Optional string
# @option [Hash] :files
# Optional hash - Files that make up this gist.
- # The key of which should be a optional string filename and
+ # The key of which should be a optional string filename and
# the value another optional hash with parameters:
# @option [String] :content
# Updated string - Update file contents.
# @option [String] :filename
# Optional string - New name for this file.
@@ -211,10 +211,10 @@
# Unstar a gist
#
# @see https://developer.github.com/v3/gists/#unstar-a-gist
#
- # @xample
+ # @example
# github = Github.new
# github.gists.unstar 'gist-id'
#
# @api public
def unstar(*args)