diff --git a/docs/docs/reference/implicit-by-name-parameters.md b/docs/docs/reference/implicit-by-name-parameters.md index f82df4618bdd..51c508193e8d 100644 --- a/docs/docs/reference/implicit-by-name-parameters.md +++ b/docs/docs/reference/implicit-by-name-parameters.md @@ -66,3 +66,4 @@ No lazy val was generated because the synthesized argument is not recursive. ### Reference For more info, see [Issue #1998](https://github.com/lampepfl/dotty/issues/1998) +and the associated [Scala SIP](https://docs.scala-lang.org/sips/byname-implicits.html).