From 6c394cd2faaf1618dc6dc3f5e9dfd0a285b171f1 Mon Sep 17 00:00:00 2001 From: John Benediktsson Date: Mon, 22 Mar 2021 13:02:59 -0700 Subject: [PATCH] core/basis: metadata instead of meta-data. --- basis/calendar/calendar-docs.factor | 2 +- basis/help/vocabs/vocabs.factor | 4 ++-- basis/io/files/info/info-docs.factor | 6 +++--- basis/io/files/info/summary.txt | 2 +- core/words/words-docs.factor | 2 +- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/basis/calendar/calendar-docs.factor b/basis/calendar/calendar-docs.factor index cab066201e..e24abc61ac 100644 --- a/basis/calendar/calendar-docs.factor +++ b/basis/calendar/calendar-docs.factor @@ -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" diff --git a/basis/help/vocabs/vocabs.factor b/basis/help/vocabs/vocabs.factor index ee340fd79e..8e9fae0773 100644 --- a/basis/help/vocabs/vocabs.factor +++ b/basis/help/vocabs/vocabs.factor @@ -84,7 +84,7 @@ C: vocab-author : describe-metadata-files ( vocab -- ) vocab-metadata-files [ ] map [ - "Meta-data files" $heading + "Metadata files" $heading [ files. ] ($block) @@ -254,7 +254,7 @@ C: 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 { diff --git a/basis/io/files/info/info-docs.factor b/basis/io/files/info/info-docs.factor index 4bb2efbee9..e40681f174 100644 --- a/basis/io/files/info/info-docs.factor +++ b/basis/io/files/info/info-docs.factor @@ -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 diff --git a/basis/io/files/info/summary.txt b/basis/io/files/info/summary.txt index 5d354fb573..245c4f11f7 100644 --- a/basis/io/files/info/summary.txt +++ b/basis/io/files/info/summary.txt @@ -1 +1 @@ -File and file system meta-data +File and file system metadata diff --git a/core/words/words-docs.factor b/core/words/words-docs.factor index 00860f03a0..60899e7f46 100644 --- a/core/words/words-docs.factor +++ b/core/words/words-docs.factor @@ -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 -- 2.34.1