grammar fixes

This commit is contained in:
Euge Starr
2017-05-03 20:32:29 +12:00
parent 1d01c85328
commit 0d9637ccf7
5 changed files with 5 additions and 5 deletions

View File

@@ -43,7 +43,7 @@ On DateTime objects you can use standard comparison:
{% highlight php %}
<?php
if ($start < $end) {
echo "Start is before end!\n";
echo "Start is before the end!\n";
}
{% endhighlight %}