Skip to content

Commit c208845

Browse files
authored
Sync with the stable documentation branch (#16520)
This pull request is syncing the main with changes from language-reference-stable. It was created automatically after a73a441 by @prolativ
2 parents 8ee91a4 + a73a441 commit c208845

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/_docs/reference/other-new-features/trait-parameters.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ The definition of `F` in the last line is implicitly expanded to
7979
class F(using iname: ImpliedName) extends
8080
Object,
8181
ImpliedGreeting(using iname),
82-
ImpliedFormalGreeting(using iname)
82+
ImpliedFormalGreeting
8383
```
8484
Note the inserted reference to the super trait `ImpliedGreeting`, which was not mentioned explicitly.
8585

0 commit comments

Comments
 (0)