Skip to content

Commit 3e32a4c

Browse files
authored
Merge pull request swiftlang#30641 from dan-zheng/fix-typo
2 parents b73b7c2 + 7d1341e commit 3e32a4c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/Sema/CodeSynthesis.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ Expr *buildArgumentForwardingExpr(ArrayRef<ParamDecl*> params,
6363
/// Returns the protocol requirement with the specified name.
6464
ValueDecl *getProtocolRequirement(ProtocolDecl *protocol, Identifier name);
6565

66-
// Returns true if given nominal type has a `let` stored with an initial value.
66+
// Returns true if given nominal type declaration has a `let` stored property
67+
// with an initial value.
6768
bool hasLetStoredPropertyWithInitialValue(NominalTypeDecl *nominal);
6869

6970
} // end namespace swift

0 commit comments

Comments
 (0)