We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c0b237 commit 98942ccCopy full SHA for 98942cc
pages/Design-Patterns.md
@@ -166,8 +166,8 @@ class SomeClient
166
}
167
{% endhighlight %}
168
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
+The calling client class above has a private property which must be set at runtime and be of type 'OutputInterface'.
+Once this property is set a call to loadOutput() will call the load() method in the concrete class of the output type
171
that has been set.
172
173
{% highlight php %}
0 commit comments