ui.baseline-alignment-docs: replace $snippet with $slot

char-rename
Alexander Iljin 2017-02-08 21:11:06 +03:00
parent 3503bf86e2
commit 226d8a2397
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ USING: help.markup help.syntax ui.baseline-alignment ui.gadgets ;
HELP: aligned-gadget
{ $class-description "A " { $link gadget } " that adds the following slots:"
{ $list
{ { $snippet "baseline" } " - a cached value for " { $link baseline } "; do not read or write this slot directly." }
{ { $snippet "cap-height" } " - a cached value for " { $link cap-height } "; do not read or write this slot directly." }
{ { $slot "baseline" } " - a cached value for " { $link baseline } "; do not read or write this slot directly." }
{ { $slot "cap-height" } " - a cached value for " { $link cap-height } "; do not read or write this slot directly." }
}
} ;