Skip to content

Commit

Permalink
Fix grammar in Ep7.
Browse files Browse the repository at this point in the history
  • Loading branch information
tcurtis committed Jul 20, 2010
1 parent 9671c8a commit 736e984
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions doc/tutorial_episode_7.pod
Expand Up @@ -257,8 +257,7 @@ assigned to a newly created PMC which is stored in register C<$P12>.
=head2 To circumfix or not to circumfix

Squaak supports parenthesized expressions. Parentheses can be used to change
the order of evaluation in an expression, just as you're probably have seen
this in other languages. Besides infix, prefix and postfix operators, you can
the order of evaluation in an expression, just as you probably have seen in other languages. Besides infix, prefix and postfix operators, you can
define circumfix operators, which is specified with the left and right
delimiter. This is an ideal way to implement parenthesized expressions:

Expand Down

0 comments on commit 736e984

Please sign in to comment.