summaryrefslogtreecommitdiff
path: root/pod/perldsc.pod
diff options
context:
space:
mode:
authorRicardo Signes <rjbs@semiotic.systems>2020-09-06 20:28:02 -0400
committerKarl Williamson <khw@cpan.org>2020-09-06 20:47:53 -0600
commit247c9d46ce156158d58a9100b54c761aeded1f83 (patch)
tree845026398e3494a71c57ee7553d4b4eacc5aeded /pod/perldsc.pod
parent494ca1ca5d8d64da0b01aace95407a7bd3469081 (diff)
downloadperl-247c9d46ce156158d58a9100b54c761aeded1f83.tar.gz
perldsc: remove suggestion of more docs coming someday
Diffstat (limited to 'pod/perldsc.pod')
-rw-r--r--pod/perldsc.pod5
1 files changed, 2 insertions, 3 deletions
diff --git a/pod/perldsc.pod b/pod/perldsc.pod
index 2c789a0efe..1f5e1f3c12 100644
--- a/pod/perldsc.pod
+++ b/pod/perldsc.pod
@@ -340,9 +340,8 @@ For example, given the assignment to $AoA above, here's the debugger output:
=head1 CODE EXAMPLES
-Presented with little comment (these will get their own manpages someday)
-here are short code examples illustrating access of various
-types of data structures.
+Presented with little comment here are short code examples illustrating
+access of various types of data structures.
=head1 ARRAYS OF ARRAYS
X<array of arrays> X<AoA>