Skip to content

Commit 5738c9f

Browse files
committed
Fixed a typo
1 parent 722fb44 commit 5738c9f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chapters/design_patterns/interpreter.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,4 +140,4 @@ send toasted ham turkey sandwich to 'Rachel' # => "Rachel requested a toasted, w
140140
send toasted turkey ham swiss sandwich to 'Matt' # => "Matt requested a toasted, white bread sandwich with swiss, ham and turkey"
141141
{% endhighlight %}
142142

143-
This example allows for layers of functions by how it returns the modified object so that outer functions can modify it in turn. By borrowing a very and the particle _to_, the example lends natural grammar to the construction and ends up reading like an actual sentence when used correctly. This way, both your CoffeeScript skills and your existing language skills can help catch code problems.
143+
This example allows for layers of functions by how it returns the modified object so that outer functions can modify it in turn. By borrowing a verb and the particle _to_, the example lends natural grammar to the construction and ends up reading like an actual sentence when used correctly. This way, both your CoffeeScript skills and your existing language skills can help catch code problems.

0 commit comments

Comments
 (0)