From 7ec781379b067e8d663f0ff9fae477cec2c181a2 Mon Sep 17 00:00:00 2001 From: Robert Smith Date: Tue, 30 Apr 2024 11:59:54 +1000 Subject: [PATCH] Inheritance Principle: Simplify wording Co-authored-by: Yaroslav Halchenko --- src/common-principles.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common-principles.md b/src/common-principles.md index c2e47ac49c..1922ce5977 100644 --- a/src/common-principles.md +++ b/src/common-principles.md @@ -661,7 +661,7 @@ and be placed on the filesystem in such a way that those files are deemed to be *applicable* to each relevant data file individually, but *not* be erroneously associated with other data files to which the metadata contained within are not applicable. -The Inheritance Principle defines a systematized set of rules by which +The Inheritance Principle defines a systematized set of rules to determine which metadata files to associate with which data files. Further, due to the prospect of an individual data file having multiple metadata files applicable to it,