Skip to content

Commit 4022490

Browse files
Yedigebeastktoso
authored andcommitted
mistake in text
1 parent 73ea74d commit 4022490

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

proposals/0409-access-level-on-imports.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ beyond the existing restrictions on imported `package` declarations which cannot
124124

125125
The attribute `@usableFromInline` on an import takes effect for inlinable code:
126126
`@inlinable` and `@backDeployed` function bodies, default initializers of arguments, and properties of `@frozen` structs.
127-
The `@usableFromInline` imported dependency can be referenced from inliable code
127+
The `@usableFromInline` imported dependency can be referenced from inlinable code
128128
but doesn't affect type-checking of declaration signatures where only the access level is taken into account.
129129

130130
Here is an example of the approximate diagnostics produced from type-checking in a typical case with a `fileprivate` import.

0 commit comments

Comments
 (0)