Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion doc/source/control.rst
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ The higher order function ``map`` gives us a name to call a particular control
pattern. Regardless of whether or not you use a for loop, a list
comprehension, or ``map`` itself, it is useful to recognize the operation
and to give it a name. Naming control patterns lets us tackle
complex problems a larger scale without burdening our mind with rote details.
complex problems at larger scale without burdening our mind with rote details.
It is just as important as bundling data into data structures or building
complex functions out of simple ones.

Expand Down