Skip to content

Commit

Permalink
suppressed spurious double quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
cognominal committed Jul 9, 2015
1 parent 5f132ab commit 5e0b4bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion S03-operators.pod
Original file line number Diff line number Diff line change
Expand Up @@ -3380,7 +3380,7 @@ also being objects.)

Two values are never equivalent unless they are of exactly the same type. By
contrast, C<eq> always coerces to string, while C<==> always coerces to
numeric. In fact, C<$a eq $b> really means "C<~$a === ~$b>" and C<$a == $b>
numeric. In fact, C<$a eq $b> really means C<~$a === ~$b> and C<$a == $b>
means C<+$a === +$b>.

Note also that, while string-keyed hashes use C<eq> semantics by default,
Expand Down

0 comments on commit 5e0b4bd

Please sign in to comment.