From 3a68a170e0ea4f209cbd3e62a92b7e1cdb1bc2bf Mon Sep 17 00:00:00 2001 From: "arseny.kapoulkine" Date: Sat, 10 Jul 2010 18:06:32 +0000 Subject: docs: Several fixes, improved Introduction section git-svn-id: http://pugixml.googlecode.com/svn/trunk@584 99668b35-9821-0410-8761-19e4c4f06640 --- docs/samples/xpath_error.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/samples/xpath_error.cpp') diff --git a/docs/samples/xpath_error.cpp b/docs/samples/xpath_error.cpp index 6858f7c..1ecb41b 100644 --- a/docs/samples/xpath_error.cpp +++ b/docs/samples/xpath_error.cpp @@ -7,7 +7,7 @@ int main() pugi::xml_document doc; if (!doc.load_file("xgconsole.xml")) return -1; -//[code_xpath_errors +//[code_xpath_error // Exception is thrown for incorrect query syntax try { -- cgit v1.2.3