From 9d0b21074c595206875a3f95af6ba91ba95ff9e8 Mon Sep 17 00:00:00 2001 From: Kenta Kubo <601636+kkebo@users.noreply.github.com> Date: Sun, 5 Oct 2025 00:48:44 +0900 Subject: [PATCH] [SE-0496] Fix a typo --- proposals/0496-inline-always.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proposals/0496-inline-always.md b/proposals/0496-inline-always.md index eab9725ea1..f10d161433 100644 --- a/proposals/0496-inline-always.md +++ b/proposals/0496-inline-always.md @@ -378,7 +378,7 @@ redundancy of spelling it out. For access levels equal and lower than `internal` `@inlinable` is not implied. As a consequence all the rules that apply to `@inlinable` also apply to -`public`/`open`/`package` declarations marked with `@inline(always). +`public`/`open`/`package` declarations marked with `@inline(always)`. ```swift internal func g() { ... }