Skip to content

Commit 81f7ffe

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

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
@@ -257,7 +257,7 @@ public import struct Foo.Bar
257257

258258
## Source compatibility
259259

260-
To preserve source compatibility, imports are public by default in Swift 5/6.
260+
To preserve source compatibility, imports are public by default in current language modes, including Swift 6.
261261
This will preserve the current behavior of imports in Swift 5.
262262
As discussed previously, the future language mode behavior changes the default value and will require code changes.
263263

0 commit comments

Comments
 (0)