diff --git a/readme.md b/readme.md index 067e673..ba017e2 100644 --- a/readme.md +++ b/readme.md @@ -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