summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.