Skip to content

Commit 819c571

Browse files
xymusrjmccall
andauthored
Update proposals/0409-access-level-on-imports.md
Co-authored-by: John McCall <[email protected]>
1 parent 009c2b5 commit 819c571

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proposals/0409-access-level-on-imports.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -233,7 +233,7 @@ The upcoming feature flag `InternalImportsByDefault` will enable the future lang
233233
The `@_exported` attribute is a step above a `public` import,
234234
as clients see the imported module declarations is if they were part of the local module.
235235
With this proposal, `@_exported` is accepted only on public import declarations,
236-
both with the modifier or the default public visibility in Swift 5/6 mode.
236+
both with the modifier or the default `public` visibility in current language modes.
237237

238238
The `@testable` attribute allows the local module to reference the internal declarations of the imported module.
239239
The current design even allows to use an imported internal or package type in a public declaration.

0 commit comments

Comments
 (0)