e405c902bfe2
Fix doc typo
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Thu, 23 Mar 2017 21:57:50 +0000 |
parents | ccca949a85d5 |
children | 1915a3dcf410 |
branches/tags | (none) |
files | docs/02-usage.markdown |
Changes
--- a/docs/02-usage.markdown Thu Mar 23 18:37:51 2017 +0000 +++ b/docs/02-usage.markdown Thu Mar 23 21:57:50 2017 +0000 @@ -89,8 +89,8 @@ ### Advancing & Rewinding Sometimes it can be useful to advance or rewind a generator by a certain number -of steps. The `(pcg-advance pcg steps)` and `(pcg-rewind pcg steps)` can be -used to do this: +of steps. The `(pcg-advance pcg steps)` and `(pcg-rewind pcg steps)` functions +can be used to do this: :::lisp (defparameter *gen* (make-pcg))