From 04794f9b4e283aef107de0aa394e1686e46c91a4 Mon Sep 17 00:00:00 2001 From: Geoffrey Alexandre Date: Sat, 1 Apr 2017 11:50:20 +0100 Subject: [PATCH] Update of a documentation issue --- subprojects/groovy-xml/src/spec/doc/xml-userguide.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subprojects/groovy-xml/src/spec/doc/xml-userguide.adoc b/subprojects/groovy-xml/src/spec/doc/xml-userguide.adoc index 4c780225d12..ec98d1676d2 100644 --- a/subprojects/groovy-xml/src/spec/doc/xml-userguide.adoc +++ b/subprojects/groovy-xml/src/spec/doc/xml-userguide.adoc @@ -112,7 +112,7 @@ Having a XML like the following: include::{rootProjectDir}/subprojects/groovy-xml/src/spec/test/UserGuideDOMCategory.groovy[tags=testXML,indent=0] ---- -You can parse it using 'groovy.xml.DOMBuilder` and +You can parse it using `groovy.xml.DOMBuilder` and `groovy.xml.dom.DOMCategory`. [source,groovy]