generic: fix using to M\ example in docs
parent
08656749bf
commit
04a70e0476
|
@ -129,7 +129,7 @@ HELP: define-generic
|
||||||
HELP: M\
|
HELP: M\
|
||||||
{ $syntax "M\\ class generic" }
|
{ $syntax "M\\ class generic" }
|
||||||
{ $class-description "Pushes a method on the stack." }
|
{ $class-description "Pushes a method on the stack." }
|
||||||
{ $examples { $code "M\\ fixnum + see" } { $code "USING: ui.gadgets ui.gadgets.editors ;" "M\\ editor draw-gadget* edit" } } ;
|
{ $examples { $code "M\\ fixnum + see" } { $code "USING: ui.gadgets.editors ui.render ;" "M\\ editor draw-gadget* edit" } } ;
|
||||||
|
|
||||||
HELP: method
|
HELP: method
|
||||||
{ $values { "class" class } { "generic" generic } { "method/f" { $maybe method } } }
|
{ $values { "class" class } { "generic" generic } { "method/f" { $maybe method } } }
|
||||||
|
|
Loading…
Reference in New Issue