Skip to content

Commit 773e236

Browse files
committed
fixed markup in the docs
1 parent f952797 commit 773e236

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/sending.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ To send a Message:
2626
``proc_*`` PHP functions, which might not be available on your PHP
2727
installation. You can easily check if that's the case by running the
2828
following PHP script: ``<?php echo function_exists('proc_open') ? "Yep,
29-
that will work" : "Sorry, that won't work"; ``
29+
that will work" : "Sorry, that won't work";``
3030

3131
When using ``send()`` the message will be sent just like it would be sent if you
3232
used your mail client. An integer is returned which includes the number of

0 commit comments

Comments
 (0)