Add missing punctuation

This commit is contained in:
Xymph
2022-08-23 22:15:28 +02:00
parent e7a7bae7c2
commit 6e0076e2c2
6 changed files with 7 additions and 7 deletions

View File

@@ -362,7 +362,7 @@ return ($a == 5) ? 'yay' : 'nope'; // this example will return 'yay'
{% endhighlight %}
It should be noted that you do not need to use a ternary operator for returning a boolean value. An example of this
would be.
would be:
{% highlight php %}
<?php