Skip to content

Commit 98942cc

Browse files
committed
Split run-on sentence into 2 sentences
1 parent 8c0b237 commit 98942cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pages/Design-Patterns.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,8 @@ class SomeClient
166166
}
167167
{% endhighlight %}
168168

169-
The calling client class above has a private property which must be set at runtime and be of type 'OutputInterface'
170-
once this property is set a call to loadOutput() will call the load() method in the concrete class of the output type
169+
The calling client class above has a private property which must be set at runtime and be of type 'OutputInterface'.
170+
Once this property is set a call to loadOutput() will call the load() method in the concrete class of the output type
171171
that has been set.
172172

173173
{% highlight php %}

0 commit comments

Comments
 (0)