134cfd7fa2fd

Tweak documentation
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Fri, 12 Aug 2016 02:23:35 +0000
parents 21abbc15f9b7
children a0fafd0adf19
branches/tags (none)
files docs/03-usage.markdown

Changes

--- a/docs/03-usage.markdown	Fri Aug 12 02:20:41 2016 +0000
+++ b/docs/03-usage.markdown	Fri Aug 12 02:23:35 2016 +0000
@@ -60,8 +60,9 @@
 
 ### Aspect Type Predicates
 
-Beast also defines an `aspect?` predicate for each aspect, which comes in handy
-when using higher-order functions:
+When you define an aspect named `foo` Beast also defines a `foo?` predicate that
+returns `(typep object 'foo)`, which comes in handy when using higher-order
+functions:
 
     :::lisp
     (defun whats-for-dinner? ()