# HG changeset patch # User Steve Losh # Date 1490306270 0 # Node ID e405c902bfe2b59d61d04acb7518e84db066277b # Parent ccca949a85d5074b9017c8d0a47eedf564853f16 Fix doc typo diff -r ccca949a85d5 -r e405c902bfe2 docs/02-usage.markdown --- 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))