Skip to content

Commit

Permalink
Fix documentation typo
Browse files Browse the repository at this point in the history
Really minor change. "iterator protocal" > "iterable protocol"
  • Loading branch information
fredrikekelund authored and fdintino committed Jan 14, 2019
1 parent 1370361 commit b828158
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/templating.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,7 +254,7 @@ The [`dictsort`](http://jinja.pocoo.org/docs/templates/#dictsort) filter is
available for sorting objects when iterating over them.

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

```js
var fruits = new Map([
Expand Down

0 comments on commit b828158

Please sign in to comment.