fix docs for rename
This commit is contained in:
@ -32,6 +32,6 @@ But often one finds a little massaging of the incoming data is better, while kee
|
||||
out of the Instructions classes. In such cases Module functions are again quite nice. Example:
|
||||
|
||||
Instead of GetSlot.new( register, index , register) we use Register.get_slot( name , name , name).
|
||||
All names are resolved to registers, or index via Layout. More readable code less repetition.
|
||||
All names are resolved to registers, or index via Type. More readable code less repetition.
|
||||
|
||||
As the example shows, in this case the module function name should be the instruction class name.
|
||||
|
Reference in New Issue
Block a user