Skip to content

Commit

Permalink
Merge pull request northworld#3 from akonan/master.
Browse files Browse the repository at this point in the history
Fixes typos in calendar.rb's examples
  • Loading branch information
szich committed Apr 30, 2011
2 parents a88bbb4 + 5816c2c commit 9cd4cba
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/google/calendar.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ class Calendar
#
# ==== Examples
# # Use the default calendar
# Calendar.new(username: => 'some.guy@gmail.com', :password => 'ilovepie!')
# Calendar.new(:username => 'some.guy@gmail.com', :password => 'ilovepie!')
#
# # Specify the calendar
# Calendar.new(username: => 'some.guy@gmail.com', :password => 'ilovepie!', :calendar => 'my.company@gmail.com')
# Calendar.new(:username => 'some.guy@gmail.com', :password => 'ilovepie!', :calendar => 'my.company@gmail.com')
#
# # Specify the app_name
# Calendar.new(username: => 'some.guy@gmail.com', :password => 'ilovepie!', :app_name => 'mycompany.com-googlecalendar-integration')
# Calendar.new(:username => 'some.guy@gmail.com', :password => 'ilovepie!', :app_name => 'mycompany.com-googlecalendar-integration')
#
def initialize(params)
username = params[:username]
Expand Down

0 comments on commit 9cd4cba

Please sign in to comment.