Skip to content

Commit 2f41d41

Browse files
committed
Docs
1 parent 09c67d0 commit 2f41d41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/integrations/mdc-logback.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ and variants.
2222

2323
As inheritable MDC values use a [`ForkLocal`](../structured-concurrency/fork-local.md) under the hood, their usage
2424
restrictions apply: outer concurrency scopes should not be used to create forks within the scopes. Only newly created
25-
scopes, or the provided scope can be used to create forks. That's why `supervisedError`, `unsupervisedError` and
25+
scopes, or the provided scope can be used to create forks. That's why `supervisedWhere`, `unsupervisedWhere` and
2626
`supervisedErrorWhere` methods are provided.
2727

2828
"Normal" MDC usage is not affected. That is, values set using `MDC.put` are not inherited, and are only available in

0 commit comments

Comments
 (0)