From 3ec9b05a393d3ad51dfb8f9d77ad1ee81bd63c4e Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Thu, 16 Oct 2014 12:54:53 -0600 Subject: [PATCH 1/1] perldelta: Typo, clarification --- pod/perldelta.pod | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/pod/perldelta.pod b/pod/perldelta.pod index 07466ce..41d759c 100644 --- a/pod/perldelta.pod +++ b/pod/perldelta.pod @@ -392,8 +392,9 @@ C<< UNOP/SVOP >> to being C<< METHOD >>. =item * Locking and unlocking values via L or C -no longer has any affect on values that are read-only to begin. Unlocking -such values could result in crashes, hangs or other erratic behaviour. +no longer has any effect on values that are read-only to begin. +Previously, unlocking such values could result in crashes, hangs or +other erratic behaviour. =item * -- 1.8.3.1