Skip to content

Commit c1e0e04

Browse files
authored
Merge pull request #7589 from dotty-staging/fix-doc-instances
Drop outdated sentence in given instance doc
2 parents 2ed8718 + 08bee84 commit c1e0e04

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)