1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 08:12:21 +01:00

- fixed unexpected emphasis in reST parsing due to use of *

This commit is contained in:
Lukas Smith
2007-11-24 13:55:20 +00:00
parent 60b1395330
commit 5ccca2143e

View File

@@ -16,7 +16,7 @@ Code Implementation
1. Functions that are given pointers to resources should not free them
For instance, function int mail(char *to, char *from) should NOT free
For instance, ``function int mail(char *to, char *from)`` should NOT free
to and/or from.
Exceptions: