Skip to content

Commit

Permalink
Update introduction boilerplate to use clause instead of section
Browse files Browse the repository at this point in the history
Closes #240
  • Loading branch information
palemieux authored Mar 15, 2024
1 parent b95004c commit d6a1f00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion smpte.js
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ function insertIntroduction(docMetadata) {

if (smpte.ENGDOC_PUBTYPES.has(docMetadata.pubType)) {
let b = document.createElement("p");
b.innerHTML = "<em>This section is entirely informative and does not form an integral part of this Engineering Document.</em>";
b.innerHTML = "<em>This clause is entirely informative and does not form an integral part of this Engineering Document.</em>";
sec.insertBefore(b, h2.nextSibling)
}
}
Expand Down

0 comments on commit d6a1f00

Please sign in to comment.