Skip to content

Commit 201b17b

Browse files
Merge pull request #17 from jentic/char0n-patch-2
Update terminology in specification document
2 parents c3fdeda + 9db555a commit 201b17b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/specification/spec.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ structural_integrity = max(0, 1 - (log10(1 + structural_issues / log10(1 + struc
255255

256256
Where:
257257

258-
- `issues` is the total count of structural defects detected.
258+
- `structural_issues` is the total count of structural defects detected.
259259
- `structural_issue_threshold` represents the point where structural reliability collapses. Once an API has more than ~15 schema-breaking or integrity flaws, automated interpretation is no longer trustworthy.
260260

261261
The formula yields a smooth decay curve, prevents early collapse, but penalises structural issues more heavily than cosmetic issues.

0 commit comments

Comments
 (0)