Skip to content

Commit ba7a77f

Browse files
authored
Merge pull request #6004 from anatoliykmetyuk/patch-1
Update import-implied.md
2 parents 4dc4002 + fdc1d76 commit ba7a77f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ object B {
1818
In the code above, the `import A._` clause of object `B` will import all members
1919
of `A` _except_ the implied instance `tc`. Conversely, the second import `import implied A._` will import _only_ that implied instance.
2020

21-
Generally, a normal import clause brings all definitions except implied instances into scope whereas an `import implied` clause beings only implied instances into scope.
21+
Generally, a normal import clause brings all definitions except implied instances into scope whereas an `import implied` clause brings only implied instances into scope.
2222

2323
There are two main benefits arising from these rules:
2424

0 commit comments

Comments
 (0)