We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3a19b43 commit d077febCopy full SHA for d077feb
docs/docs/reference/contextual/import-implied.md
@@ -46,6 +46,6 @@ The following modifications avoid this hurdle to migration.
46
3. In some version after 3.1, an old-style implicits accessed implicitly through a normal import
47
will give a compiler error.
48
49
-Thr rules mean that library users can use `import implied` to access old-style implicits in Scala 3.0,
+These rules mean that library users can use `import implied` to access old-style implicits in Scala 3.0,
50
and will be gently nudged and then forced to do so in later versions. Libraries can then switch to
51
-implied instances once their user base has migrated.
+implied instances once their user base has migrated.
0 commit comments