lib/ox/comment.rb in ox-2.2.1 vs lib/ox/comment.rb in ox-2.2.2

- old
+ new

@@ -1,7 +1,7 @@ module Ox - # Coments represent XML comments in an XML document. A comment as value + # Comments represent XML comments in an XML document. A comment has a value # attribute only. class Comment < Node # Creates a new Comment with the specified value. # @param value [String] string value for the comment def initialize(value)