diff options
author | arseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640> | 2010-07-10 18:06:32 +0000 |
---|---|---|
committer | arseny.kapoulkine <arseny.kapoulkine@99668b35-9821-0410-8761-19e4c4f06640> | 2010-07-10 18:06:32 +0000 |
commit | 3a68a170e0ea4f209cbd3e62a92b7e1cdb1bc2bf (patch) | |
tree | a0da9698995962499c62f326d72287745798370c /docs/samples | |
parent | c02a696e271ddb7f47661369981ffee23c0a8af5 (diff) |
docs: Several fixes, improved Introduction section
git-svn-id: http://pugixml.googlecode.com/svn/trunk@584 99668b35-9821-0410-8761-19e4c4f06640
Diffstat (limited to 'docs/samples')
-rw-r--r-- | docs/samples/xpath_error.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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
{
|