summary refs log tree commit diff stats
path: root/tests/stdlib/tstdlib_issues.nim
diff options
context:
space:
mode:
authorsschwarzer <sschwarzer@users.noreply.github.com>2019-08-12 11:12:22 +0200
committerAndreas Rumpf <rumpf_a@web.de>2019-08-12 11:12:22 +0200
commitc9c28bf85ee428e710a510a9825e514d30b0e298 (patch)
treed3d0fde2ecdfd6ce3de0c6886cf24eb0c2c435b1 /tests/stdlib/tstdlib_issues.nim
parentda64c8762fd4af44866879061c10f707b0dcd310 (diff)
downloadNim-c9c28bf85ee428e710a510a9825e514d30b0e298.tar.gz
Update documentation on `xmltree.items`/`mitems` (#11930)
* Update documentation on `xmltree.items`/`mitems`

So far the documentation on `items` and `mitems` wasn't explicit about whether the iteration recurses down the node's children or not. I assumed recursion, which was wrong.

* Improve wording in comment

Use the more common and shorter word "direct".
Diffstat (limited to 'tests/stdlib/tstdlib_issues.nim')
0 files changed, 0 insertions, 0 deletions
6'>126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212