# HG changeset patch # User Steve Losh # Date 1509757196 14400 # Node ID d0c6327552cbecb3c40bbefcbb983207485bd0f3 # Parent 53d4a4db967fd9e90c4dd326a984d89d93869447 Clean up docs diff -r 53d4a4db967f -r d0c6327552cb docs/02-usage.markdown --- a/docs/02-usage.markdown Fri Nov 03 01:05:31 2017 -0400 +++ b/docs/02-usage.markdown Fri Nov 03 20:59:56 2017 -0400 @@ -170,9 +170,9 @@ :banded-mail :plate-mail) -The Zipf distribution can itself take an argument `exponent`, which is the -exponent characterizing the distribution. The default is `1.0`, and larger -exponents will result in the earlier terms being chosen more often: +The Zipf distribution can take an argument `exponent`, which is the exponent +characterizing the distribution. The default is `1.0`, and larger exponents +will result in the earlier terms being chosen more often: :::lisp (define-rule (foo :distribution :zipf) @@ -419,8 +419,8 @@ Examples -------- -If you want some less trivial examples than the ones seen here you might want to -take a look at some of the Twitter bots I've built with Chancery: +If you want some less trivial examples than the ones seen here, you might want +to take a look at some of the Twitter bots I've built with Chancery: * [@git\_commands](http://twitter.com/git_commands) ([code](https://github.com/sjl/magitek/blob/master/src/robots/git-commands.lisp))