Correcting a typo

This commit is contained in:
rubberduckdev 2014-01-16 02:13:05 +02:00
parent da59b20471
commit 6c15f14ff7

View File

@ -283,7 +283,7 @@ do / progn
the `do` and `progn` forms are used to evaluate each of their arguments and the `do` and `progn` forms are used to evaluate each of their arguments and
return the last one. Return values from every other than the last argument are return the last one. Return values from every other than the last argument are
discarded. It can be used in `lambda` or `list-comp` to perform more complex discarded. It can be used in `lambda` or `list-comp` to perform more complex
logic as show by one of the examples. logic as shown by one of the examples.
Some example usage: Some example usage: