Changeset 4494

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.

Location:
trunk
Files:
5 modified

Legend:

Unmodified
Added
Removed
  • trunk/manuals/index.html

    r4481 r4494  
    3232    <div class="copyright"> 
    3333        <span>Copyright &copy; <a href="mailto:pmoura@logtalk.org">Paulo Moura</a> &mdash; <a href="http://logtalk.org">Logtalk.org</a></span><br/>  
    34         <span>Last updated on: October 4, 2008</span> 
     34        <span>Last updated on: October 7, 2008</span> 
    3535    </div> 
    3636    <div class="navbottom"> 
  • 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"> 
  • trunk/manuals/refman/index.html

    r4474 r4494  
    321321    <div class="copyright"> 
    322322        <span>Copyright &copy; <a href="mailto:pmoura@logtalk.org">Paulo Moura</a> &mdash; <a href="http://logtalk.org">Logtalk.org</a></span><br/>  
    323         <span>Last updated on: September 26, 2008</span> 
     323        <span>Last updated on: October 7, 2008</span> 
    324324    </div> 
    325325    <div class="navbottom"> 
  • trunk/manuals/refman/refman.header

    r4466 r4494  
    3636        <span>http://logtalk.org/</span> 
    3737    </p> 
    38     <p class="date">Last updated on August 25, 2008</p> 
     38    <p class="date">Last updated on October 7, 2008</p> 
    3939</div> 
    4040 
  • trunk/RELEASE_NOTES.txt

    r4493 r4494  
    4343    a custom installation. Fixed a bug in detecting a CxProlog installation. 
    4444 
    45     Added a set of library entities for descriptive statistics. See the file  
    46     "library/statistics.notes" for details. 
     45    Added a library for descriptive statistics. For details, see the file  
     46    "library/statistics.notes". 
    4747 
    4848    Added a new library object, "pairs", defining predicates over lists of