d0c6327552cb
Clean up docs
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Fri, 03 Nov 2017 20:59:56 -0400 |
parents | 53d4a4db967f |
children | acbc94b1fbe7 |
branches/tags | (none) |
files | docs/02-usage.markdown |
Changes
--- 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))