Skip to content

Commit

Permalink
Fix syntax error of example
Browse files Browse the repository at this point in the history
  • Loading branch information
mktakuya committed Aug 5, 2014
1 parent ba89960 commit 6c70bb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/koala/api/graph_api.rb
Expand Up @@ -119,7 +119,7 @@ def get_connection(id, connection_name, args = {}, options = {}, &block)

# Write an object to the Graph for a specific user.
# See {http://developers.facebook.com/docs/api#publishing Facebook's documentation}
# for all the supported writeable objects. It is important to note that objects
# for all the supported writeable objects. It is important to note that objects
# take the singular form, i.e. "event" when using put_connections.
#
# @note (see #get_connection)
Expand Down Expand Up @@ -237,7 +237,7 @@ def put_video(*video_args, &block)
#
# @example
# @api.put_wall_post("Hello there!", {
# "name" => "Link name"
# "name" => "Link name",
# "link" => "http://www.example.com/",
# "caption" => "{*actor*} posted a new review",
# "description" => "This is a longer description of the attachment",
Expand Down

0 comments on commit 6c70bb6

Please sign in to comment.