Changeset 533


Ignore:
Timestamp:
02/05/09 00:01:32 (3 years ago)
Author:
mooneer
Message:

Fixed documentation typo.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • interpreter/trunk/docs/kite-language.texi

    r520 r533  
    184184 
    185185Unlike in other languages, there is no concept of static vs. instance methods; however, 
    186 @code{this} will be null inside of methods called without an instance and not called 
    187 inside of a class. Methods can take any number of parameters, and method overloading is 
    188 possible: 
     186@code{this} will be set to the class object inside of methods called without an instance  
     187and not called inside of a class. Methods can take any number of parameters, and method  
     188overloading is possible: 
    189189 
    190190@example 
Note: See TracChangeset for help on using the changeset viewer.