diff options
author | brian d foy <brian.d.foy@gmail.com> | 2010-08-21 12:03:46 -0500 |
---|---|---|
committer | brian d foy <brian.d.foy@gmail.com> | 2010-09-14 12:19:03 -0500 |
commit | 84adb7243d1e8c527659f32895b8cc8e6ea27401 (patch) | |
tree | 7790bf8c99d151cd3410a77adb3d567b07cfb884 /pod/perlfaq4.pod | |
parent | 820b2690a908738e3f3ed2d0610107e771c57cf8 (diff) | |
download | perl-84adb7243d1e8c527659f32895b8cc8e6ea27401.tar.gz |
Fix trailing whitespace
Diffstat (limited to 'pod/perlfaq4.pod')
-rw-r--r-- | pod/perlfaq4.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlfaq4.pod b/pod/perlfaq4.pod index f8aa1623ef..80b36c9b71 100644 --- a/pod/perlfaq4.pod +++ b/pod/perlfaq4.pod @@ -1577,7 +1577,7 @@ reallocate less memory, or quickly insert elements in the middle of the chain. Steve Lembark goes through the details in his YAPC::NA 2009 talk "Perly -Linked Lists" ( http://www.slideshare.net/lembark/perly-linked-lists ), +Linked Lists" ( http://www.slideshare.net/lembark/perly-linked-lists ), although you can just use his C<LinkedList::Single> module. =head2 How do I handle circular lists? |