You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/docs/reference/contextual/import-implied.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ object B {
18
18
In the code above, the `import A._` clause of object `B` will import all members
19
19
of `A`_except_ the implied instance `tc`. Conversely, the second import `import implied A._` will import _only_ that implied instance.
20
20
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.
22
22
23
23
There are two main benefits arising from these rules:
0 commit comments