Skip to content

Commit 80bb520

Browse files
authored
Merge pull request #2984 from kkebo/fix-typo-se0496
[SE-0496] Fix a typo
2 parents 1c75af3 + 9d0b210 commit 80bb520

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proposals/0496-inline-always.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -378,7 +378,7 @@ redundancy of spelling it out.
378378
For access levels equal and lower than `internal` `@inlinable` is not implied.
379379

380380
As a consequence all the rules that apply to `@inlinable` also apply to
381-
`public`/`open`/`package` declarations marked with `@inline(always).
381+
`public`/`open`/`package` declarations marked with `@inline(always)`.
382382

383383
```swift
384384
internal func g() { ... }

0 commit comments

Comments
 (0)