Skip to content

Commit

Permalink
Merge pull request #526 from openstrike/24-typo
Browse files Browse the repository at this point in the history
Code typo in article 24
  • Loading branch information
openstrike authored Dec 27, 2024
2 parents 88b7491 + 9fd09d6 commit d9daf13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 2024/articles/2024-12-24.pod
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ sub triangle_area {
}

my $shape = { width => 3, height => 4 };
print "triangle_area($shape), "\n";
print triangle_area($shape), "\n";

=end perl

Expand Down

0 comments on commit d9daf13

Please sign in to comment.