Skip to content

Commit 08bee84

Browse files
committed
Drop outdated sentence in given instance doc
1 parent 5e47774 commit 08bee84

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/docs/reference/contextual/delegates.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -68,8 +68,7 @@ An alias given can have type parameters and given clauses just like any other gi
6868
## Given Instance Initialization
6969

7070
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.
71+
time it is accessed.
7372
If a `given` definition has type parameters or a given clause, a fresh instance is created for each reference.
7473

7574
## Syntax

0 commit comments

Comments
 (0)