Skip to content

Commit d2667a5

Browse files
xymusrjmccall
andauthored
Update proposals/0409-access-level-on-imports.md
Co-authored-by: John McCall <rjmccall@gmail.com>
1 parent 928723b commit d2667a5

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
@@ -213,7 +213,7 @@ In language modes up to Swift 6, an import is `public` by default.
213213
This choice preserves source compatibility.
214214
The only official import previously available in Swift 5 behaves like the public import proposed in this document.
215215

216-
In a future language mode, an import is `internal` by default.
216+
In a future language mode, an import will be `internal` by default.
217217
This will align the behavior of imports with declarations where the implicit access level is internal.
218218
It should help limit unintentional dependency creep as marking a dependency public will require an explicit modifier.
219219

0 commit comments

Comments
 (0)