]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/tools/test/test-docs.factor
tools.test: Fix documentation
[factor.git] / 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