Merge branch 'patch-1' into 'master'

lumi created

Fix doc to reflect the switch from xml-rs to quick-xml.

See merge request lumi/minidom-rs!30

Change summary

src/lib.rs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

src/lib.rs 🔗

@@ -1,6 +1,6 @@
 #![deny(missing_docs)]
 
-//! A minimal DOM crate built on top of xml-rs.
+//! A minimal DOM crate built on top of quick-xml.
 //!
 //! This library exports an `Element` struct which represents a DOM tree.
 //!