]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/vocabs/files/files-docs.factor
*-docs: replace double spaces with single spaces
[factor.git] / basis / vocabs / files / files-docs.factor
index 12320e46c283005b972fb4dd53ef089329fd917d..7b44b56dbb7ce6e1493e6b9d72cbc0662d6c0023 100644 (file)
@@ -3,7 +3,7 @@ IN: vocabs.files
 
 HELP: vocab-tests-path
 { $values { "vocab" "a vocabulary specifier" } { "path" "pathname string to test file" } }
-{ $description "Outputs a pathname where the unit test file for " { $snippet "vocab" } " is located.  Outputs " { $link f } " if the vocabulary does not have a directory on disk." } ;
+{ $description "Outputs a pathname where the unit test file for " { $snippet "vocab" } " is located. Outputs " { $link f } " if the vocabulary does not have a directory on disk." } ;
 
 HELP: vocab-tests-file
 { $values { "vocab" "a vocabulary specifier" } { "path/f" "pathname string to test file" } }