mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 08:26:27 +00:00
Fixed typo in documentation ... broken example
git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@13088 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
parent
197b54934d
commit
a2eac2093d
1 changed files with 1 additions and 1 deletions
|
@ -153,7 +153,7 @@ loadEntityFunction(const char *url, const char *eid, xmlParserCtxtPtr *ctxt);
|
|||
* [n1 makePI: @"pi1" content: @"this is a process instruction"];
|
||||
* [n1 makeChildWithNamespace: nil name: @"key" content: @"Year Of Birth"];
|
||||
* [n1 makeChildWithNamespace: nil name: @"integer" content: @"65"];
|
||||
* [n1 makeChildWithnamespace: nil name: @"key" content: @"Pets Names"];
|
||||
* [n1 makeChildWithNamespace: nil name: @"key" content: @"Pets Names"];
|
||||
* </example>
|
||||
*/
|
||||
+ (GSXMLDocument*) documentWithVersion: (NSString*)version
|
||||
|
|
Loading…
Reference in a new issue