Skip to content

Commit 9a82559

Browse files
committed
fixup typo in perlsub.pod
1 parent 3a9c80e commit 9a82559

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pod/perlsub.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -489,7 +489,7 @@ at once.
489489
foo(%params);
490490

491491
As with positional parameters, named parameters may be declared with a
492-
defaulting expression to provide a value to assign into the varible if the
492+
defaulting expression to provide a value to assign into the variable if the
493493
caller does not provide a value. Any parameters that do not have a
494494
defaulting expression become mandatory; an exception is raised if the caller
495495
does not provide an associated value.

0 commit comments

Comments
 (0)