diff --git a/basis/tools/test/test-docs.factor b/basis/tools/test/test-docs.factor index 5aaaa24dc6..e1e9068722 100644 --- a/basis/tools/test/test-docs.factor +++ b/basis/tools/test/test-docs.factor @@ -53,7 +53,7 @@ $nl ABOUT: "tools.test" HELP: unit-test -{ $syntax "[ output ] [ input ] unit-test" } +{ $syntax "{ output } [ input ] unit-test" } { $values { "output" "a sequence of expected stack elements" } { "input" "a quotation run with an empty stack" } } { $description "Runs a quotation with an empty stack, comparing the resulting stack with " { $snippet "output" } ". Elements are compared using " { $link = } ". Throws an error if the expected stack does not match the resulting stack." } ;