# HG changeset patch # User Steve Losh # Date 1486744211 0 # Node ID 730ba5d44ebb3d6eb3d266135cf8cf775a2d5b46 # Parent ff7d66a41217f89ab14613b40bbd0c7202f01818 Typo diff -r ff7d66a41217 -r 730ba5d44ebb docs/02-overview.markdown --- a/docs/02-overview.markdown Fri Feb 10 16:28:30 2017 +0000 +++ b/docs/02-overview.markdown Fri Feb 10 16:30:11 2017 +0000 @@ -180,7 +180,7 @@ `player-start-game`) with `(make-reasoner rules)`. Once you've got a reasoner you can ask it for the initial state of the game with -`(initial-state reasoner)`. This will give you back a state object -- it's +`(initial-state reasoner)`. This will give you back a state object — it's currently just a list, but this may change in the future, so you should just treat it as an opaque object.