diff --git a/Source/Additions/GSXML.m b/Source/Additions/GSXML.m index eb54032c4..c19ba5f8f 100644 --- a/Source/Additions/GSXML.m +++ b/Source/Additions/GSXML.m @@ -3686,9 +3686,10 @@ fatalErrorFunction(void *ctx, const unsigned char *msg, ...) /** - *
Use of the GSXPathContext claass is simple ... you just need to look up - * xpath to learn the syntax of xpath expressions, then you can apply those - * expressions to a context to retrieve data from a document. + *
Use of the GSXPathContext class is simple ... you just need to + * look up xpath to learn the syntax of xpath expressions, then you + * can apply those expressions to a context to retrieve data from a + * document. *
*