Skip to content

Commit

Permalink
make pair object explanation a bit clearer
Browse files Browse the repository at this point in the history
  • Loading branch information
moritz committed May 15, 2010
1 parent 60c5804 commit 063bc7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/operators.pod
Expand Up @@ -65,7 +65,7 @@ X< operator; fat arrow>
The C<< => >> operator (the C<fat arrow>) constructs C<Pair>
objects. A Pair stores a key and a value; the key is on the left-hand side of
the C<< => >> operator, the value on the right. It also has a specialty: if
the value on the right is a bare identifier, it is taken to be a string. So one
the key on the left is a bare identifier, it is taken to be a string. So one
could also write the example above as

=begin programlisting
Expand Down

0 comments on commit 063bc7a

Please sign in to comment.