From bab83c4d8bdbb7db8f0ca69c165612929f85f85c Mon Sep 17 00:00:00 2001 From: Zestyr Date: Thu, 27 Jun 2019 20:42:00 +0200 Subject: Fix typo in xmltree docs [ci skip] --- lib/pure/xmltree.nim | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'lib') diff --git a/lib/pure/xmltree.nim b/lib/pure/xmltree.nim index bc43ea21b..01e7f8bc6 100644 --- a/lib/pure/xmltree.nim +++ b/lib/pure/xmltree.nim @@ -441,7 +441,7 @@ proc attrs*(n: XmlNode): XmlAttributes {.inline.} = ## ## See also: ## * `attrs= proc <#attrs=,XmlNode,XmlAttributes>`_ for XmlAttributes setter - ## * `attrsLen proc <#attrsLen,XmlNode>`_ for numbef of attributes + ## * `attrsLen proc <#attrsLen,XmlNode>`_ for number of attributes ## * `attr proc <#attr,XmlNode,string>`_ for finding an attribute runnableExamples: var j = newElement("myTag") @@ -458,7 +458,7 @@ proc `attrs=`*(n: XmlNode, attr: XmlAttributes) {.inline.} = ## ## See also: ## * `attrs proc <#attrs,XmlNode>`_ for XmlAttributes getter - ## * `attrsLen proc <#attrsLen,XmlNode>`_ for numbef of attributes + ## * `attrsLen proc <#attrsLen,XmlNode>`_ for number of attributes ## * `attr proc <#attr,XmlNode,string>`_ for finding an attribute runnableExamples: var j = newElement("myTag") @@ -494,7 +494,7 @@ proc attr*(n: XmlNode, name: string): string = ## See also: ## * `attrs proc <#attrs,XmlNode>`_ for XmlAttributes getter ## * `attrs= proc <#attrs=,XmlNode,XmlAttributes>`_ for XmlAttributes setter - ## * `attrsLen proc <#attrsLen,XmlNode>`_ for numbef of attributes + ## * `attrsLen proc <#attrsLen,XmlNode>`_ for number of attributes runnableExamples: var j = newElement("myTag") let att = {"key1": "first value", "key2": "second value"}.toXmlAttributes -- cgit 1.4.1-2-gfad0