From 4818176ae0d0b4fc345c91c6f26045484256725e Mon Sep 17 00:00:00 2001 From: Yorick Peterse Date: Tue, 23 Sep 2014 17:35:18 +0200 Subject: [PATCH] Corrected lying documentation. Something something I should keep that in sync in the future. --- lib/oga/xml/element.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/oga/xml/element.rb b/lib/oga/xml/element.rb index 2600e67..bfc7907 100644 --- a/lib/oga/xml/element.rb +++ b/lib/oga/xml/element.rb @@ -307,8 +307,7 @@ module Oga private ## - # Registers namespaces based on any "xmlns" attributes. Once a namespace - # has been registered the corresponding attribute is removed. + # Registers namespaces based on any "xmlns" attributes. # def register_namespaces_from_attributes attributes.each do |attr|