We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a8d0ce commit 1d50797Copy full SHA for 1d50797
TSPL.docc/ReferenceManual/Attributes.md
@@ -937,7 +937,7 @@ The compiler is allowed to replace calls to an inlinable symbol
937
with a copy of the symbol's implementation at the call site.
938
939
Inlinable code
940
-can interact with `public` symbols declared in any module,
+can interact with `open` and `public` symbols declared in any module,
941
and it can interact with `internal` symbols
942
declared in the same module
943
that are marked with the `usableFromInline` attribute.
0 commit comments