We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e47774 commit 08bee84Copy full SHA for 08bee84
docs/docs/reference/contextual/delegates.md
@@ -68,8 +68,7 @@ An alias given can have type parameters and given clauses just like any other gi
68
## Given Instance Initialization
69
70
A given instance without type parameters or given clause is initialized on-demand, the first
71
-time it is accessed. It is not required to ensure safe publication, which means that
72
-different threads might create different instances for the same `given` definition.
+time it is accessed.
73
If a `given` definition has type parameters or a given clause, a fresh instance is created for each reference.
74
75
## Syntax
0 commit comments