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.
2 parents 1c75af3 + 9d0b210 commit 80bb520Copy full SHA for 80bb520
proposals/0496-inline-always.md
@@ -378,7 +378,7 @@ redundancy of spelling it out.
378
For access levels equal and lower than `internal` `@inlinable` is not implied.
379
380
As a consequence all the rules that apply to `@inlinable` also apply to
381
-`public`/`open`/`package` declarations marked with `@inline(always).
+`public`/`open`/`package` declarations marked with `@inline(always)`.
382
383
```swift
384
internal func g() { ... }
0 commit comments