Skip to content

Commit 3ab011e

Browse files
committed
Update doc comment
1 parent 9c3eca9 commit 3ab011e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

include/swift/AST/Decl.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2973,7 +2973,8 @@ class ValueDecl : public Decl {
29732973
/// \c \@usableFromInline, \c \@inlinalbe, and \c \@_alwaysEmitIntoClient
29742974
bool isUsableFromInline() const;
29752975

2976-
/// Allows skipping type check if the following conditions are met:
2976+
/// Treat as public and allow skipping type check if the following conditions
2977+
/// are met:
29772978
/// - This decl has a package access level.
29782979
/// - Has a @usableFromInline (or other inlinable) attribute
29792980
/// - And is defined in a module built from a public or private

0 commit comments

Comments
 (0)