Skip to content

Commit d077feb

Browse files
committed
import-implied.md: fix typo
1 parent 3a19b43 commit d077feb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/docs/reference/contextual/import-implied.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,6 @@ The following modifications avoid this hurdle to migration.
4646
3. In some version after 3.1, an old-style implicits accessed implicitly through a normal import
4747
will give a compiler error.
4848

49-
Thr rules mean that library users can use `import implied` to access old-style implicits in Scala 3.0,
49+
These rules mean that library users can use `import implied` to access old-style implicits in Scala 3.0,
5050
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.
51+
implied instances once their user base has migrated.

0 commit comments

Comments
 (0)