From b83767a03b23edfdeda6d0bb9462f586ae7b9144 Mon Sep 17 00:00:00 2001 From: George MacKerron Date: Wed, 8 Sep 2010 10:19:29 -0700 Subject: [PATCH] Tweak to comments --- ruby-client/pyapns/lib/pyapns.rb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ruby-client/pyapns/lib/pyapns.rb b/ruby-client/pyapns/lib/pyapns.rb index f5a81fc..efc152b 100644 --- a/ruby-client/pyapns/lib/pyapns.rb +++ b/ruby-client/pyapns/lib/pyapns.rb @@ -104,7 +104,8 @@ module PYAPNS ## ## 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. And, if you're - ## searching for or comparing the token received, note that it's _lowercase_ hex. + ## searching for or comparing the token received in the hexadecimal form returned, + ## note that it's lowercase hex. ## ## Asynchronous Calls ##