Split run-on sentence into 2 sentences

This commit is contained in:
Xymph
2022-08-23 22:22:18 +02:00
parent 8c0b237667
commit 98942ccc3b

View File

@@ -166,8 +166,8 @@ class SomeClient
}
{% endhighlight %}
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
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
that has been set.
{% highlight php %}