Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion lib/Module/Loaded.pm
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ sub mark_as_unloaded (*) {
C<is_loaded> tells you if C<PACKAGE> has been marked as loaded yet.
C<PACKAGE> can be a bareword or string.

It returns falls if C<PACKAGE> has not been loaded yet and the location
It returns false if C<PACKAGE> has not been loaded yet and the location
from where it is said to be loaded on success.

=cut
Expand Down