Skip to content

Commit 7d1341e

Browse files
committed
[Sema] NFC: fix typo.
`let` stored -> `let` stored property
1 parent 76ad4ab commit 7d1341e

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)