]> gitweb.factorcode.org Git - factor.git/commitdiff
tools.test: Fix documentation
authorGiftpflanze <gifti@tools.wmflabs.org>
Fri, 19 Mar 2021 12:09:48 +0000 (12:09 +0000)
committerJohn Benediktsson <mrjbq7@gmail.com>
Tue, 4 May 2021 17:07:50 +0000 (10:07 -0700)
basis/tools/test/test-docs.factor

index 6511b930ed8176eb0b5259cca5bc4ec469867a0e..9253d251f9b543fefbd05a20b404dc9d177844e0 100644 (file)
@@ -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