Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
hhkbp2 committed Apr 26, 2015
1 parent bd6584d commit 5f6e231
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/introduction.rst
Expand Up @@ -98,7 +98,7 @@ We define a function called `sieve` that takes two arguments. The
argument `v` and, next, the argument `primes`. We then have a
single `case` expression that forms the body of the function. A case
expression allows the author to do pattern matching on the second
clause of the expression. While he rest of the clauses identify
clause of the expression. While the rest of the clauses identify
patterns and what will be evaluate based on the form of the output of
the second clause. In this example, you can see that an empty list
will return the argument `primes` unchanged while a cons cell will
Expand Down

0 comments on commit 5f6e231

Please sign in to comment.