mirror of
https://github.com/codeguy/php-the-right-way.git
synced 2025-08-29 08:11:11 +02:00
grammar fixes
This commit is contained in:
@@ -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 %}
|
||||
|
||||
|
Reference in New Issue
Block a user