19233527280d
beast: Update site.
author | Steve Losh <steve@stevelosh.com> |
---|---|
date | Fri, 27 Jan 2017 17:41:22 +0000 |
parents | 56c2fd5d673d |
children | f5a0fcf62e5e |
branches/tags | (none) |
files | beast/usage/index.html |
Changes
--- 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 @@ <p><code>define-aspect</code> takes the name of the aspect and zero or more slot definitions.</p> -<p>The names of aspect slots will be have the aspect name prepended to them with +<p>The names of aspect slots will have the aspect name prepended to them with a slash to avoid clashing between aspects, and the <code>initargs</code> and <code>accessors</code> will be added for you. So for example, this:</p> <div class="codehilite"><pre><span/><span class="p">(</span><span class="nv">define-aspect</span> <span class="nv">inspectable</span> <span class="nv">text</span><span class="p">)</span>