Skip to content

Commit eb4828d

Browse files
committed
Use spelling for this we already had
1 parent 907f47e commit eb4828d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/Type/Submethod.pod6

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@ class Hero {
4141
}
4242
4343
my Hero $þor .= new( name => "Þor",
44-
inventory => ( "Mjollnir", "Megingjörð", "Mjollnir" ) );
44+
inventory => ( "Mjölnir", "Megingjörð", "Mjölnir" ) );
4545
say $þor.inventory;
46-
# OUTPUT: «[Megingjörð Mjollnir]␤»
46+
# OUTPUT: «[Megingjörð Mjölnir]␤»
4747
=end code
4848
4949
Invoking these methods make sense only in the specific context of the

0 commit comments

Comments
 (0)