summaryrefslogtreecommitdiff
path: root/op.c
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2014-01-29 21:58:18 -0800
committerFather Chrysostomos <sprout@cpan.org>2014-01-29 21:58:18 -0800
commitcc41839bce79a8763add8243be5f79bd6ce3c913 (patch)
tree96b0e558667d4f8a2f5b10caa9f9267e9e6da7fa /op.c
parent31aa61e9f074eb262dbd895ed8f29a3ae9d636e5 (diff)
downloadperl-cc41839bce79a8763add8243be5f79bd6ce3c913.tar.gz
op.c: Consistent spaces after dots in apidocs
Diffstat (limited to 'op.c')
-rw-r--r--op.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/op.c b/op.c
index 60aef44862..3d7b2638ca 100644
--- a/op.c
+++ b/op.c
@@ -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
*/