Skip to content

Commit baac33c

Browse files
Update packages/plugin-doc-coverage/README.md
Co-authored-by: Matěj Chalk <34691111+matejchalk@users.noreply.github.com>
1 parent dec6fbd commit baac33c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/plugin-doc-coverage/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Measured documentation types are mapped to Code PushUp audits in the following w
1313

1414
- `value`: The value is the number of undocumented nodes -> 4
1515
- `displayValue`: `${value} undocumented ${type}` -> 4 undocumented functions
16-
- `score`: 0.5 -> total nodes 8 undocumented 4 -> 8/4
16+
- `score`: 0.5 -> total nodes 8, undocumented 4 -> 4/8
1717
- The score is value converted to 0-1 range
1818
- Missing documentation is mapped to issues in the audit details (undocumented classes, functions, interfaces, etc.)
1919

0 commit comments

Comments
 (0)