From 3b759ccdfbaee42b881febf73dbf6ab909947ae2 Mon Sep 17 00:00:00 2001 From: Herwin Weststrate Date: Thu, 3 Sep 2015 15:22:37 +0200 Subject: [PATCH] Typo fix: falls => false --- lib/Module/Loaded.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/Module/Loaded.pm b/lib/Module/Loaded.pm index 6da625a..97d65fc 100644 --- a/lib/Module/Loaded.pm +++ b/lib/Module/Loaded.pm @@ -92,7 +92,7 @@ sub mark_as_unloaded (*) { C tells you if C has been marked as loaded yet. C can be a bareword or string. -It returns falls if C has not been loaded yet and the location +It returns false if C has not been loaded yet and the location from where it is said to be loaded on success. =cut