Skip to content

Commit

Permalink
Fixing Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
rubypirate committed Jul 4, 2016
1 parent 0e00234 commit 7c795b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ews/soap/exchange_time_zones.rb
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module ExchangeTimeZones
# @param full [Boolean] Request full time zone definition? Returns only name and id if false.
# @param ids [Array] Returns only the specified time zones instead of all if present
# @return [Array] Array of Objects responding to #id() and #name()
# @example Retrieving server zime zones
# @example Retrieving server time zones
# ews_client = Viewpoint::EWSClient.new # ...
# zones = ews_client.ews.get_time_zones
# @todo Implement TimeZoneDefinition with sub elements Periods, TransitionsGroups and Transitions
Expand Down

0 comments on commit 7c795b6

Please sign in to comment.