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:
Nicola Pero 2002-03-12 10:01:54 +00:00
parent 197b54934d
commit a2eac2093d

View file

@ -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