Show
Ignore:
Timestamp:
02/14/03 07:12:50 (6 years ago)
Author:
pmoura
Message:

Corrected syntax error in the info/1 directive.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/library/observer.lgt

    r403 r404  
    66        author is 'Paulo Moura', 
    77        date is 03/02/09, 
    8         comment is 'Smalltalk dependent protocol.'). 
     8        comment is 'Smalltalk dependent protocol.']). 
    99 
    1010    :- public(update/1). 
     
    1212    :- info(update/1, 
    1313        [comment is 'Called when an observed object is updated.', 
    14          argnames is [Change]]). 
     14         argnames is ['Change']]). 
    1515 
    1616    update(_).