]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/mime/types/types-docs.factor
factor: fix some spacing
[factor.git] / basis / mime / types / types-docs.factor
index 96987829cf9e42b5ae7eb905c08af2a3c67ae903..e60a3ed405bff6e833085d3acce7949aad954e7c 100644 (file)
@@ -6,7 +6,7 @@ IN: mime.types
 HELP: mime-db
 { $values
 
-     { "seq" sequence } }
+    { "seq" sequence } }
 { $description "Outputs an array where the first element is a MIME type and the rest of the array is file extensions that have that MIME type." } ;
 
 HELP: mime-type
@@ -18,13 +18,13 @@ HELP: mime-type
 HELP: mime-types
 { $values
 
-     { "assoc" assoc } }
+    { "assoc" assoc } }
 { $description "Outputs an " { $snippet "assoc" } " made from the data in the " { $link mime-db } " word where the keys are file extensions and the values are the corresponding MIME types." } ;
 
 HELP: nonstandard-mime-types
 { $values
 
-     { "assoc" assoc } }
+    { "assoc" assoc } }
 { $description "A list of Factor-specific MIME types that are added to the MIME database loaded from disk." } ;
 
 ARTICLE: "mime.types" "MIME types"