Fix mirrors docs

Slava Pestov 2008-03-27 17:47:04 -05:00
parent 5377cf4b55
commit f09547ece1
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ HELP: <mirror>
"TUPLE: circle center radius ;" "TUPLE: circle center radius ;"
"C: <circle> circle" "C: <circle> circle"
"{ 100 50 } 15 <circle> <mirror> >alist ." "{ 100 50 } 15 <circle> <mirror> >alist ."
"{ { \"center\" { 100 50 } } { \"radius\" 15 } }" "{ { \"delegate\" f } { \"center\" { 100 50 } } { \"radius\" 15 } }"
} }
} ; } ;