From 2dbb0cbafc3eb8987ea3ca7e56144e85e180456c Mon Sep 17 00:00:00 2001 From: "David B. Kinder" Date: Mon, 3 Dec 2018 20:59:02 -0800 Subject: [PATCH] doc: fix citation references in modularity doc Modularity Design doc had replicated references to citatation docs. Signed-off-by: David B. Kinder --- doc/developer-guides/modularity.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/developer-guides/modularity.rst b/doc/developer-guides/modularity.rst index 26c210d3e..c494fb14c 100644 --- a/doc/developer-guides/modularity.rst +++ b/doc/developer-guides/modularity.rst @@ -22,8 +22,8 @@ include: safety standards. * **Meet functional safety requirements** Functional safety standards explicitly require a hierarchical structure of modules in software architectural - design. This applies to any safety integrity level defined in IEC 61508 - [IEC_61508-3]_ and ISO 26262 [ISO_26262-6]_. + design. This applies to any safety integrity level defined in + [IEC_61508-3]_ and [ISO_26262-6]_. Principles **********