mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2024-12-24 21:33:51 +03:00
reader: Fix documentation comment
This commit is contained in:
parent
c64d4efb31
commit
c7461f6547
@ -3004,7 +3004,7 @@ xmlTextReaderAttributeCount(xmlTextReaderPtr reader) {
|
||||
* Reference:
|
||||
* 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
|
||||
xmlTextReaderNodeType(xmlTextReaderPtr reader) {
|
||||
|
Loading…
Reference in New Issue
Block a user