Skip to content

Commit

Permalink
[Sema] NFC: fix typo.
Browse files Browse the repository at this point in the history
`let` stored -> `let` stored property
  • Loading branch information
dan-zheng committed Mar 25, 2020
1 parent 76ad4ab commit 7d1341e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/Sema/CodeSynthesis.h
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ Expr *buildArgumentForwardingExpr(ArrayRef<ParamDecl*> params,
/// Returns the protocol requirement with the specified name.
ValueDecl *getProtocolRequirement(ProtocolDecl *protocol, Identifier name);

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

} // end namespace swift
Expand Down

0 comments on commit 7d1341e

Please sign in to comment.