From bd1bc1b546a5486ba3be65235bfa9abd5970ede7 Mon Sep 17 00:00:00 2001 From: Giftpflanze Date: Fri, 19 Mar 2021 12:09:48 +0000 Subject: [PATCH] tools.test: Fix documentation --- basis/tools/test/test-docs.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.34.1