Просмотр исходного кода

Fix comment on Declaration (#3371)

Small copy/paste typo fix.
Jacob Schneider 2 лет назад
Родитель
Сommit
c53789e7a4
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      explorer/ast/declaration.h

+ 1 - 1
explorer/ast/declaration.h

@@ -32,7 +32,7 @@ class ConstraintType;
 class NominalClassType;
 class MatchFirstDeclaration;
 
-// Abstract base class of all AST nodes representing patterns.
+// Abstract base class of all AST nodes representing declarations.
 //
 // Declaration and its derived classes support LLVM-style RTTI, including
 // llvm::isa, llvm::cast, and llvm::dyn_cast. To support this, every