From cc835be3b85043ab684698bed518c07aa8da26ad Mon Sep 17 00:00:00 2001 From: Dale Wijnand <344610+dwijnand@users.noreply.github.com> Date: Thu, 28 Feb 2019 09:39:18 +0000 Subject: [PATCH] Fix a typo --- docs/docs/reference/contextual/relationship-implicits.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/reference/contextual/relationship-implicits.md b/docs/docs/reference/contextual/relationship-implicits.md index fd5c5b7b21a7..1e50c9e6fbf4 100644 --- a/docs/docs/reference/contextual/relationship-implicits.md +++ b/docs/docs/reference/contextual/relationship-implicits.md @@ -1,6 +1,6 @@ --- layout: doc-page -title: Relationship with Scala 2 Implicits" +title: Relationship with Scala 2 Implicits --- Many, but not all, of the new contextual abstraction features in Scala 3 can be mapped to Scala 2's implicits. This page gives a rundown on the relationships between new and old features.