Skip to content

Commit 6455268

Browse files
authored
remove ineffective X
1 parent dcf1498 commit 6455268

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/Language/operators.pod6

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ autovivified if possible. Some examples:
176176
$a min= 2; # 2
177177
178178
my $s = 'a';
179-
$s X<~=> 'b'; # 'ab'
179+
$s ~= 'b'; # 'ab'
180180
181181
This behavior is automatically extended to include custom-defined infix operators.
182182

0 commit comments

Comments
 (0)