]> gitweb.factorcode.org Git - factor.git/commitdiff
core/basis: metadata instead of meta-data.
authorJohn Benediktsson <mrjbq7@gmail.com>
Mon, 22 Mar 2021 20:02:59 +0000 (13:02 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Mon, 22 Mar 2021 20:02:59 +0000 (13:02 -0700)
basis/calendar/calendar-docs.factor
basis/help/vocabs/vocabs.factor
basis/io/files/info/info-docs.factor
basis/io/files/info/summary.txt
core/words/words-docs.factor

index cab066201e355b3b920852a7d861981586f92569..e24abc61acdff7891b37d10aedb991ed41b264d0 100644 (file)
@@ -526,7 +526,7 @@ ARTICLE: "calendar" "Calendar"
 }
 "Both " { $link timestamp } "s and " { $link duration } "s implement the " { $link "math.order" } "."
 $nl
-"Meta-data about the calendar:"
+"Metadata about the calendar:"
 { $subsections "calendar-facts" } ;
 
 ARTICLE: "timestamp-arithmetic" "Timestamp arithmetic"
index ee340fd79e8b17533a65629b7c60074a6104b63a..8e9fae07733e949b32e8b2313fde976ad0d7f59c 100644 (file)
@@ -84,7 +84,7 @@ C: <vocab-author> vocab-author
 
 : describe-metadata-files ( vocab -- )
     vocab-metadata-files [ <pathname> ] map [
-        "Meta-data files" $heading
+        "Metadata files" $heading
         [
             files.
         ] ($block)
@@ -254,7 +254,7 @@ C: <vocab-author> vocab-author
         [ vocab-platforms [ "Platforms:" swap \ $links prefix 2array , ] unless-empty ]
         tri
     ] { } make
-    [ "Meta-data" $heading $table ] unless-empty ;
+    [ "Metadata" $heading $table ] unless-empty ;
 
 : $vocab ( element -- )
     first {
index 4bb2efbee9a5688f0c04b8ad2eadcd7c3f821e99..e40681f174c51fb00be37798b11e59e608c5f233 100644 (file)
@@ -62,8 +62,8 @@ HELP: file-executable?
 { $description "Returns whether the file specified by " { $snippet "path" } " is executable by the current process." }
 { $errors "Throws an error if the file does not exist." } ;
 
-ARTICLE: "io.files.info" "File system meta-data"
-"File meta-data:"
+ARTICLE: "io.files.info" "File system metadata"
+"File metadata:"
 { $subsections
     file-info
     link-info
@@ -74,7 +74,7 @@ ARTICLE: "io.files.info" "File system meta-data"
 }
 "File types:"
 { $subsections "file-types" }
-"File system meta-data:"
+"File system metadata:"
 { $subsections
     file-system-info
     file-systems
index 5d354fb573843ae191c57b7f32fef70aba441195..245c4f11f7a8a22410feae6bb65f872e172dd068 100644 (file)
@@ -1 +1 @@
-File and file system meta-data
+File and file system metadata
index 00860f03a0eeff1abf0f6e68315a7e1339046a48..60899e7f46d91961d587147e1f706459b536a2b9 100644 (file)
@@ -207,7 +207,7 @@ $nl
     { { $snippet "name" } "a word name" }
     { { $snippet "vocabulary" } "a word vocabulary name" }
     { { $snippet "def" } "a definition quotation" }
-    { { $snippet "props" } "an assoc of word properties, including documentation and other meta-data" }
+    { { $snippet "props" } "an assoc of word properties, including documentation and other metadata" }
 }
 "Words are instances of a class."
 { $subsections