mirror of
https://github.com/leafo/moonscript.git
synced 2024-11-22 02:44:23 +00:00
fix format error
This commit is contained in:
parent
b833282e89
commit
eacc6d86ad
@ -738,7 +738,7 @@ object.
|
||||
It can be accessed like any of object in order to retrieve values in the
|
||||
parent class that might have been shadowed by the child class.
|
||||
|
||||
When the `\` calling operator is used with `super`, `self` is inserted as the
|
||||
When the <code>\\</code> calling operator is used with `super`, `self` is inserted as the
|
||||
first argument instead of the value of `super` itself. When using `.` to
|
||||
retrieve a function, the raw function is returned.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user