Skip to content

Commit 1d50797

Browse files
committed
Mention 'open' in discussion of inlinable code
No changes needed here specifically for 'package' access level.
1 parent 6a8d0ce commit 1d50797

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

TSPL.docc/ReferenceManual/Attributes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -937,7 +937,7 @@ The compiler is allowed to replace calls to an inlinable symbol
937937
with a copy of the symbol's implementation at the call site.
938938

939939
Inlinable code
940-
can interact with `public` symbols declared in any module,
940+
can interact with `open` and `public` symbols declared in any module,
941941
and it can interact with `internal` symbols
942942
declared in the same module
943943
that are marked with the `usableFromInline` attribute.

0 commit comments

Comments
 (0)