Преглед изворни кода

Fix comment on Declaration (#3371)

Small copy/paste typo fix.
Jacob Schneider пре 2 година
родитељ
комит
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