mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +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
91682dc2db
commit
0727937d01
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…
Reference in a new issue