Skip to content

Commit 023eaa6

Browse files
committed
Merge pull request #1926 from danra/patch-1
Add missing period in end of comment (NFC)
2 parents d22478b + 03862bc commit 023eaa6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/swift/AST/Identifier.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ namespace swift {
208208
class DeclName {
209209
friend class ASTContext;
210210

211-
/// Represents a compound
211+
/// Represents a compound declaration name.
212212
struct alignas(Identifier) CompoundDeclName final : llvm::FoldingSetNode,
213213
private llvm::TrailingObjects<CompoundDeclName, Identifier> {
214214
friend TrailingObjects;

0 commit comments

Comments
 (0)