Skip to content

Commit

Permalink
Dox: patch trait name
Browse files Browse the repository at this point in the history
  • Loading branch information
dakujem committed Oct 30, 2023
1 parent 935442b commit 86c9fc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -311,7 +311,7 @@ If only selected mechanisms are needed, use the table below to pick specific int
| `pass` | public data for clients | `SupportsPublicContext` | `SupportPublicContext` |
| `convey` | coherent error details for clients | `SupportsPublicConveying` | `SupportPublicConveying` |
| `pin`, `tag`, `explain` | internal metadata only | `SupportsInternals` | `SupportInternals` |
| all of them | all of them | `SupportsContextStrata` | `SupportContextStrata` |
| all of them | all of them | `SupportsContextStrata` | `ContextStrata` |

To provide throwables with HTTP capabilities, implement the following trivial interfaces:
- `SuggestsErrorMessage` to suggest error messages to your error handlers
Expand Down

0 comments on commit 86c9fc2

Please sign in to comment.