summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDustin J. Mitchell <dustin@v.igoro.us>2012-08-01 13:17:23 -0300
committerDustin J. Mitchell <dustin@v.igoro.us>2012-08-01 13:17:23 -0300
commit051e04171905bc3680fec4e07e7c64b9290e289f (patch)
tree40cf68a050c4007e857f25de55c8b5a65c99e940
parentea0b4e7ae753831d9fc1673c00eb706a9fe67958 (diff)
downloadplist-051e04171905bc3680fec4e07e7c64b9290e289f.tar.gz
Fix typo in comment
"data" should be "Date". In fact, Data elements seem to work just fine.
-rw-r--r--lib/plist/parser.rb2
1 files changed, 1 insertions, 1 deletions
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.