1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2024-10-26 12:25:09 +03:00

reader: Fix documentation comment

This commit is contained in:
Mohammed Sadiq 2018-11-03 21:19:13 +05:30 committed by Daniel Veillard
parent c64d4efb31
commit c7461f6547

View File

@ -3004,7 +3004,7 @@ xmlTextReaderAttributeCount(xmlTextReaderPtr reader) {
* Reference: * Reference:
* http://www.gnu.org/software/dotgnu/pnetlib-doc/System/Xml/XmlNodeType.html * http://www.gnu.org/software/dotgnu/pnetlib-doc/System/Xml/XmlNodeType.html
* *
* Returns the xmlNodeType of the current node or -1 in case of error * Returns the xmlReaderTypes of the current node or -1 in case of error
*/ */
int int
xmlTextReaderNodeType(xmlTextReaderPtr reader) { xmlTextReaderNodeType(xmlTextReaderPtr reader) {