Fix reference to obsolete G: word

db4
Slava Pestov 2008-11-10 02:43:16 -06:00
parent 4d317e2d46
commit 33a082c361
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ HELP: standard-combination
{ $examples { $examples
"A generic word for append strings and characters to a sequence, dispatching on the object underneath the top of the stack:" "A generic word for append strings and characters to a sequence, dispatching on the object underneath the top of the stack:"
{ $code { $code
"G: build-string 1 standard-combination ;" "GENERIC# build-string 1 ( elt str -- )"
"M: string build-string swap push-all ;" "M: string build-string swap push-all ;"
"M: integer build-string push ;" "M: integer build-string push ;"
} }