From f767901cffc60605c5d63ac69647079ee881a8d7 Mon Sep 17 00:00:00 2001 From: henkvancann Date: Tue, 18 Jun 2024 09:58:28 +0200 Subject: [PATCH] try (x)ref before def Signed-off-by: henkvancann --- spec/52_manual_defsrefs.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/spec/52_manual_defsrefs.md b/spec/52_manual_defsrefs.md index e4d47ad..408b023 100644 --- a/spec/52_manual_defsrefs.md +++ b/spec/52_manual_defsrefs.md @@ -1,4 +1,4 @@ -## User manual defs and refs +## User manual defs, refs and xrefs #### Background To simplify the job of tech spec construction and editing, the Technology Stack WG has adopted the Spec-Up spec editing tool which is originally a DIF open source project ([here](https://github.com/decentralized-identity/spec-up)). @@ -8,7 +8,7 @@ TrustoverIP invests in improving this tool: The [normative section](#spec-up-imp #### Objective To offer authors and curators a hands-up guide to handle Spec-up's syntax correctly and efficiently with regard to `defs`, `refs` and `xrefs`. Thereby respecting the golden rule: - "try ref before def" + "try (x)ref before def" ([why?](#try-ref-before-def))