diff options
author | Tatsuhiko Miyagawa <miyagawa@bulknews.net> | 2010-10-19 11:14:38 +0900 |
---|---|---|
committer | Tatsuhiko Miyagawa <miyagawa@bulknews.net> | 2010-10-19 11:14:38 +0900 |
commit | 919671d7a1f9048e55f69da3534a77dd0b5dd1bd (patch) | |
tree | 7f123ac6e01dd4b9123b407a977f8a22db888172 /Porting | |
parent | 2419ffa9696600b121e9973fbb0846bda5fc5833 (diff) | |
download | perl-919671d7a1f9048e55f69da3534a77dd0b5dd1bd.tar.gz |
Fix typo in how_to_write_a_perldelta.pod
Diffstat (limited to 'Porting')
-rw-r--r-- | Porting/how_to_write_a_perldelta.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/how_to_write_a_perldelta.pod b/Porting/how_to_write_a_perldelta.pod index 6cae763b37..851ed286a4 100644 --- a/Porting/how_to_write_a_perldelta.pod +++ b/Porting/how_to_write_a_perldelta.pod @@ -3,7 +3,7 @@ This is intended as a guide for how to write a perldelta. There has never been a formal specification - the working rule is "fake up a document that looks something close to the existing perldeltas". So if it's unclear how -do to do something, see if it's been done before, and if the approach works +to do something, see if it's been done before, and if the approach works there, steal it. =head2 Template |