Skip to content

Commit

Permalink
More clarifying comments on the feedback method
Browse files Browse the repository at this point in the history
  • Loading branch information
jawj committed Sep 8, 2010
1 parent c07743c commit c0f210c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ruby-client/pyapns/lib/pyapns.rb
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,8 @@ module PYAPNS
## [#<XMLRPC::DateTime:0x456 ... >, 'token'], ... ]
##
## Note that the date is an instance of XMLRPC::DateTime, which you'll probably
## want to call #to_time on to get back a regular Time instance.
## want to call #to_time on to get back a regular Time instance. And, if you're
## searching for or comparing the token received, note that it's _lowercase_ hex.
##
## Asynchronous Calls
##
Expand Down

0 comments on commit c0f210c

Please sign in to comment.