diff options
author | Father Chrysostomos <sprout@cpan.org> | 2014-01-29 21:58:18 -0800 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2014-01-29 21:58:18 -0800 |
commit | cc41839bce79a8763add8243be5f79bd6ce3c913 (patch) | |
tree | 96b0e558667d4f8a2f5b10caa9f9267e9e6da7fa /op.c | |
parent | 31aa61e9f074eb262dbd895ed8f29a3ae9d636e5 (diff) | |
download | perl-cc41839bce79a8763add8243be5f79bd6ce3c913.tar.gz |
op.c: Consistent spaces after dots in apidocs
Diffstat (limited to 'op.c')
-rw-r--r-- | op.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -675,7 +675,8 @@ S_op_destroy(pTHX_ OP *o) /* =for apidoc Am|void|op_free|OP *o -Free an op. Only use this when an op is no longer linked to from any optree. +Free an op. Only use this when an op is no longer linked to from any +optree. =cut */ |