Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions doc/clog-manual.html
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,7 @@ <h2><a href="#CLOG:@CLOG-UTILITIES%20MGL-PAX:SECTION">5 CLOG Utilities</a></h2>
<p>Use native concurrent hash tables</p></li>
</ul>

<p>Declerative Syntax Support</p>
<p>Declarative Syntax Support</p>

<p><a id="x-28CLOG-3AWITH-CLOG-CREATE-20MGL-PAX-3AMACRO-29"></a>
<a id="CLOG:WITH-CLOG-CREATE%20MGL-PAX:MACRO"></a></p>
Expand All @@ -499,7 +499,7 @@ <h2><a href="#CLOG:@CLOG-UTILITIES%20MGL-PAX:SECTION">5 CLOG Utilities</a></h2>
<p>To use the macro you remove the create- from the create
functions. The clog-obj passed as the first parameter of the macro is
passed as the parent obj to the declared object, after that nested
levels of decleraton are used as the parent clog-obj. To bind a
levels of declaration are used as the parent clog-obj. To bind a
variable to any created clog object using :bind var. See tutorial 33
and 22 for examples. All create- symbols must be in or used by
package.</p></li>
Expand Down