mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-29 16:01:38 +00:00
Fixed typo in comment
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@25870 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
80a9952718
commit
cd83fe5058
1 changed files with 4 additions and 3 deletions
|
@ -3686,9 +3686,10 @@ fatalErrorFunction(void *ctx, const unsigned char *msg, ...)
|
|||
|
||||
|
||||
/**
|
||||
* <p>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.
|
||||
* <p>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.
|
||||
* </p>
|
||||
* <example>
|
||||
* GSXMLParser *p = [GSXMLParser parserWithContentsOfFile: @"xp.xml"];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue