Show
Ignore:
Timestamp:
10/07/08 15:31:19 (3 months ago)
Author:
pmoura
Message:

Corrected a typo in the documentation of the built-in predicate create_object/4.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/manuals/refman/builtins/create_object4.html

    r4278 r4494  
    6262        <dd><code>| ?- create_object(p1, [instantiates(person)], [], [name('Paulo Moura'), age(42)]).</code></dd> 
    6363    <dt>Creating a new class as a specialization of another class:</dt> 
    64         <dd><code>| ?- create_object(hovercraft, [specializes(vehicle)], [propeller/2, fan/2], []).</code></dd> 
     64        <dd><code>| ?- create_object(hovercraft, [specializes(vehicle)], [public([propeller/2, fan/2])], []).</code></dd> 
    6565</dl> 
    6666 
     
    6969    <div class="copyright"> 
    7070        <span>Copyright &copy; <a href="mailto:pmoura@logtalk.org">Paulo Moura</a> &mdash; <a href="http://logtalk.org">Logtalk.org</a></span><br/>  
    71         <span>Last updated on: May 23, 2008</span> 
     71        <span>Last updated on: October 7, 2008</span> 
    7272    </div> 
    7373    <div class="navbottom">