diff --git a/docs/_docs/reference/other-new-features/trait-parameters.md b/docs/_docs/reference/other-new-features/trait-parameters.md index c704e73ce9b8..e46ba455c7b3 100644 --- a/docs/_docs/reference/other-new-features/trait-parameters.md +++ b/docs/_docs/reference/other-new-features/trait-parameters.md @@ -79,7 +79,7 @@ The definition of `F` in the last line is implicitly expanded to class F(using iname: ImpliedName) extends Object, ImpliedGreeting(using iname), - ImpliedFormalGreeting(using iname) + ImpliedFormalGreeting ``` Note the inserted reference to the super trait `ImpliedGreeting`, which was not mentioned explicitly.