Skip to content

Commit b353dfd

Browse files
committed
Merge pull request #10 from cedric-vincent/patch-1
Fix the gender of a French "variable" :)
2 parents 5f0bdab + 9324595 commit b353dfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

S02-lexical-conventions/unicode.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ is (do {my $møøse = 2; sub såck ($x) { $x }; såck($møøse)}), 2,
2121
"møøse bites kan be preti nasti";
2222
2323
# french
24-
lives_ok {my $un_variable_français; sub blâ {}; 1}, "french declaration"; #OK not used
24+
lives_ok {my $une_variable_française; sub blâ {}; 1}, "french declaration"; #OK not used
2525
is (do {my $frénch = 2; sub bléch ($x) { $x }; bléch($frénch)}), 2, "evaluation";
2626
2727
# Some Chinese Characters

0 commit comments

Comments
 (0)