We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df17adb commit bf124d4Copy full SHA for bf124d4
1 file changed
docs/specification/spec.md
@@ -250,7 +250,7 @@ The _structural integrity_ signal measures whether the API's underlying data mod
250
_Structural integrity_ MUST be calculated using a logarithmic dampening curve:
251
252
```text
253
-structural_integrity = max(0, 1 - (log10(1 + structural_issues / log10(1 + structural_issue_threshold)))
+structural_integrity = max(0, 1 - log10(1 + structural_issues) / log10(1 + structural_issue_threshold))
254
```
255
256
Where:
0 commit comments