]> git.vpit.fr Git - perl/modules/Variable-Temp.git/commitdiff
Small documentation fix
authorVincent Pit <vince@profvince.com>
Mon, 9 Mar 2015 19:39:07 +0000 (16:39 -0300)
committerVincent Pit <vince@profvince.com>
Mon, 9 Mar 2015 19:39:07 +0000 (16:39 -0300)
lib/Variable/Temp.pm

index 8d307cd18d476e9145a1d46c097af8150d807b34..c0e2aef3208c23dfc307ffc8d393983564b86377 100644 (file)
@@ -53,7 +53,7 @@ Any subsequent assignments to C<$var> in the current (or any inferior) scope wil
 Several C<temp> calls can be made onto the same variable, and the restore are processed in reverse order.
 
 Note that destructors associated with C<$var> will B<not> be called when C<temp> sets the temporary value, but only at the natural end of life of the variable (i.e. at the end of the scope).
-They will trigger after any destructor associated with the replacement C<$var>.
+They will trigger after any destructor associated with the replacement C<$value>.
 
 =cut