]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/io/files/types/types-docs.factor
*-docs: replace double spaces with single spaces
[factor.git] / basis / io / files / types / types-docs.factor
index 384d587aae8deeb2958dd473eaa10435ede8245c..e28b298fde172922f5718d3b3e96064d027ebfaf 100644 (file)
@@ -8,7 +8,7 @@ HELP: +directory+
 { $description "A directory. This type exists on all platforms. See " { $link "io.directories" } " for words operating on directories." } ;
 
 HELP: +symbolic-link+
-{ $description "A symbolic link file.  This type is currently implemented on Unix platforms only. See " { $link "io.files.links" } " for words operating on symbolic links." } ;
+{ $description "A symbolic link file. This type is currently implemented on Unix platforms only. See " { $link "io.files.links" } " for words operating on symbolic links." } ;
 
 HELP: +character-device+
 { $description "A Unix character device file. This type exists on Unix platforms only." } ;