diff --git a/tools/port/check-linked-records b/tools/port/check-linked-records index 42f60f05..37361e3a 100755 --- a/tools/port/check-linked-records +++ b/tools/port/check-linked-records @@ -39,7 +39,8 @@ def scan(paths): link = e.get("opt_link") if not link: continue - # 🔴 THE BLOCK'S `record`, NOT THE ELEMENT'S `declared`. The link + # 🔴 THE FOCUS BLOCK'S "record" FIELD, NOT THE ELEMENT'S "declared". + # The link # names a `.rat`; the focus element's `declared` is a `.t32`. The # first version of this compared against the `.t32` and reported 116 # dangling links -- including `ptbtn00 -> ptbtn00f.rat`, which had