From 4e2b7f529d4ecf799e0b8558bb548fbb255b8981 Mon Sep 17 00:00:00 2001 From: Yorick Peterse Date: Tue, 1 Jul 2014 10:03:04 +0200 Subject: [PATCH] Cleared up docs a bit of XML::Node. --- lib/oga/xml/node.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lib/oga/xml/node.rb b/lib/oga/xml/node.rb index a961cf7..0e01331 100644 --- a/lib/oga/xml/node.rb +++ b/lib/oga/xml/node.rb @@ -1,8 +1,9 @@ module Oga module XML ## - # A single, generic XML node that can have a parent, next, previous and - # child nodes. + # A generic XML node. Instances of this class can belong to a + # {Oga::XML::NodeSet} and can be used to query surrounding and parent + # nodes. # # @!attribute [rw] node_set # @return [Oga::XML::NodeSet]