Skip to content

Commit 29e46ce

Browse files
authored
Add missing space in comment
1 parent aa3cfc2 commit 29e46ce

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)