# HG changeset patch # User Steve Losh # Date 1485538882 0 # Node ID 19233527280de43ed4b884a48a9b495cc86d1614 # Parent 56c2fd5d673d068a88c14e70ef524d874a1af160 beast: Update site. diff -r 56c2fd5d673d -r 19233527280d beast/usage/index.html --- a/beast/usage/index.html Fri Jan 20 23:42:27 2017 +0000 +++ b/beast/usage/index.html Fri Jan 27 17:41:22 2017 +0000 @@ -43,7 +43,7 @@

define-aspect takes the name of the aspect and zero or more slot definitions.

-

The names of aspect slots will be have the aspect name prepended to them with +

The names of aspect slots will have the aspect name prepended to them with a slash to avoid clashing between aspects, and the initargs and accessors will be added for you. So for example, this:

(define-aspect inspectable text)