Skip to content

Commit 32ab73c

Browse files
committed
Use more common language
Maybe I live under a rock, but after 15 years of living in English speaking countries, I never heard of "tamale". Its appearance in a technical doc was an unwelcome distraction to a dictionary :)
1 parent 4f458ad commit 32ab73c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/control.pod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ All the same rules for semicolons and newlines apply, consistently
190190
elsif False { say "NO" }
191191
else { say "yes" } ; # -> says "yes"
192192
193-
The whole tamale produces either an empty list (if no blocks were run)
193+
The whole thing produces either an empty list (if no blocks were run)
194194
or the value produced by the block which did run:
195195
196196
my $c = 0; say (1,

0 commit comments

Comments
 (0)