X-Git-Url: http://git.vpit.fr/?p=perl%2Fmodules%2FVariable-Magic.git;a=blobdiff_plain;f=lib%2FVariable%2FMagic.pm;h=53a922b2dae46b657cd6ace4ef7d363c2632eee4;hp=7f8cedbee93b09275233285f02f40d5b9f23e337;hb=bd7cdd0635d30485b50564b9eebb2d73b3c0f94b;hpb=93df7812b9a0da8cdfa57a107eb2f8f4b4744b49 diff --git a/lib/Variable/Magic.pm b/lib/Variable/Magic.pm index 7f8cedb..53a922b 100644 --- a/lib/Variable/Magic.pm +++ b/lib/Variable/Magic.pm @@ -88,7 +88,7 @@ You can safely apply different kinds of magics to the same variable, and each of Magic is type-agnostic. The same magic can be applied on scalars, arrays, hashes, subs or globs. -But the same hook (see below for a list) may trigger differently depending on the the type of the variable. +But the same hook (see below for a list) may trigger differently depending on the type of the variable. =item *