Skip to content

Commit 529b853

Browse files
authored
Merge pull request #150 from dhartunian/fix-readme
with safe details are visible in +v output
2 parents 5b23426 + f9a2c03 commit 529b853

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ older version of the package.
8787
| detail, eg `WithDetail()` | not visible | visible | no | type only |
8888
| assertion failure annotation, eg `WithAssertionFailure()` | not visible | visible | no | type only |
8989
| issue links, eg `WithIssueLink()`, `UnimplementedError()` | not visible | visible | yes | full |
90-
| safe details, eg `WithSafeDetails()` | not visible | not visible | yes | full |
90+
| safe details, eg `WithSafeDetails()` | not visible | visible | yes | full |
9191
| telemetry keys, eg. `WithTelemetryKey()` | not visible | visible | yes | full |
9292
| secondary errors, eg. `WithSecondaryError()`, `CombineErrors()` | not visible | visible | redacted, recursively | redacted, recursively |
9393
| barrier origins, eg. `Handled()` | not visible | visible | redacted, recursively | redacted, recursively |

0 commit comments

Comments
 (0)