Skip to content

Commit

Permalink
Merge pull request #59 from Ivan64/master
Browse files Browse the repository at this point in the history
Two minor corrections
  • Loading branch information
moritz committed Sep 29, 2011
2 parents f2043cb + ef3e150 commit 61bc204
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/basics.pod
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ that C<Player1> won against C<Player2> by 3 to 2 sets. You need a script that
sums up how many matches and sets each player has won to determine the overall
winner.

The input data looks like this:
The input data (stored in a file called "scores") looks like this:

Beth Ana Charlie Dave
Ana Dave | 3:0
Expand Down
2 changes: 1 addition & 1 deletion src/operators.pod
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ X<postfix>
X<operator, postfix>

The previous chapter already used other types of operators. It contained the
statement C<%games{$p1}++;>. The I<postcircumfix> operator C<{...}> occurs
statement C<%matches{$p1}++;>. The I<postcircumfix> operator C<{...}> occurs
after (the I<post>) a term, and consists of two symbols (an opening and a
closing curly bracket) which enclose (I<circumfix>) another term. After this
postcircumfix operator is an ordinary I<postfix> operator with name C<++>,
Expand Down

0 comments on commit 61bc204

Please sign in to comment.