Skip to content

Commit 3e08e7c

Browse files
committed
Change "the particle _to_" to read: "the preposition _to"
1 parent 5738c9f commit 3e08e7c

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 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.
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 preposition _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)