Skip to content

Commit 3eb3e85

Browse files
authored
minor typo fix (#492)
1 parent ea3ba0d commit 3eb3e85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/source/control.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ The higher order function ``map`` gives us a name to call a particular control
130130
pattern. Regardless of whether or not you use a for loop, a list
131131
comprehension, or ``map`` itself, it is useful to recognize the operation
132132
and to give it a name. Naming control patterns lets us tackle
133-
complex problems a larger scale without burdening our mind with rote details.
133+
complex problems at larger scale without burdening our mind with rote details.
134134
It is just as important as bundling data into data structures or building
135135
complex functions out of simple ones.
136136

0 commit comments

Comments
 (0)