Skip to content

Commit b828158

Browse files
fredrikekelundfdintino
authored andcommittedJan 14, 2019
Fix documentation typo
Really minor change. "iterator protocal" > "iterable protocol"
1 parent 1370361 commit b828158

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/templating.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ The [`dictsort`](http://jinja.pocoo.org/docs/templates/#dictsort) filter is
254254
available for sorting objects when iterating over them.
255255

256256
ES iterators are supported, like the new builtin Map and Set. But also
257-
anything implementing the iterator protocal.
257+
anything implementing the iterable protocol.
258258

259259
```js
260260
var fruits = new Map([

0 commit comments

Comments
 (0)
Please sign in to comment.