Skip to content

Commit 6094deb

Browse files
author
Brian Gallagher
committed
Changed comment from # to //
1 parent 9fc609d commit 6094deb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/options_resolver.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ the ``Mailer`` class makes a mistake?
9696
.. code-block:: php
9797
9898
$mailer = new Mailer(array(
99-
'usernme' => 'johndoe', # usernAme misspelled
99+
'usernme' => 'johndoe', // usernAme misspelled
100100
));
101101
102102
No error will be shown. In the best case, the bug will appear during testing,

0 commit comments

Comments
 (0)