Skip to content

Commit 6724f3d

Browse files
authored
Merge pull request #904 from bradp/patch-1
Add missing space in comment
2 parents aa3cfc2 + 29e46ce commit 6724f3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/09-02-01-Errors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ rewritten like this:
8787
8888
{% highlight php %}
8989
<?php
90-
//Null Coalescing Operator
90+
// Null Coalescing Operator
9191
echo $foo['bar'] ?? '';
9292
{% endhighlight %}
9393

0 commit comments

Comments
 (0)