We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0db5038 commit 9b23432Copy full SHA for 9b23432
1 file changed
docs/specification/spec.md
@@ -347,7 +347,7 @@ response_coverage = operations_with_meaningful_responses / total_operations
347
#### Tooling Readiness (tooling_readiness)
348
349
```text
350
-tooling_readiness = max(0, 1- (ingestion_errors / 15))
+tooling_readiness = max(0, 1 - (ingestion_errors / 15))
351
```
352
353
**Tooling Readiness Threshold**
0 commit comments