From: Giftpflanze Date: Fri, 19 Mar 2021 12:09:48 +0000 (+0000) Subject: tools.test: Fix documentation X-Git-Tag: 0.99~2294 X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=commitdiff_plain;h=bd1bc1b546a5486ba3be65235bfa9abd5970ede7 tools.test: Fix documentation --- diff --git a/basis/tools/test/test-docs.factor b/basis/tools/test/test-docs.factor index 6511b930ed..9253d251f9 100644 --- a/basis/tools/test/test-docs.factor +++ b/basis/tools/test/test-docs.factor @@ -15,7 +15,7 @@ $nl $nl "If the test harness needs to define words, they should be placed in a vocabulary named " { $snippet { $emphasis "vocab" } ".tests" } " where " { $emphasis "vocab" } " is the vocab being tested." { $heading "Writing unit tests" } -"Several worlds exist for writing different kinds of unit tests. The most general one asserts that a quotation outputs a specific set of values:" +"Several words exist for writing different kinds of unit tests. The most general one asserts that a quotation outputs a specific set of values:" { $subsections POSTPONE: unit-test } "Assert that a quotation throws an error:" { $subsections