From 051e04171905bc3680fec4e07e7c64b9290e289f Mon Sep 17 00:00:00 2001 From: "Dustin J. Mitchell" Date: Wed, 1 Aug 2012 13:17:23 -0300 Subject: Fix typo in comment "data" should be "Date". In fact, Data elements seem to work just fine. --- lib/plist/parser.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/plist/parser.rb b/lib/plist/parser.rb index 6daa5bf..a3e551d 100644 --- a/lib/plist/parser.rb +++ b/lib/plist/parser.rb @@ -18,7 +18,7 @@ module Plist # + Date elements are returned as DateTime objects. # + Data elements are implemented as Tempfiles # -# Plist::parse_xml will blow up if it encounters a data element. +# Plist::parse_xml will blow up if it encounters a Date element. # If you encounter such an error, or if you have a Date element which # can't be parsed into a Time object, please send your plist file to # plist@hexane.org so that I can implement the proper support. -- cgit v1.2.1