Skip to content

Commit c11a424

Browse files
committed
RequirementMachine: Fix a typo
1 parent 2875cac commit c11a424

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/AST/RequirementMachine/RequirementLowering.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -831,7 +831,7 @@ StructuralRequirementsRequest::evaluate(Evaluator &evaluator,
831831
}
832832

833833
/// This request primarily emits diagnostics about typealiases and associated
834-
/// type declarations that override another associate type, and can better be
834+
/// type declarations that override another associated type, and can better be
835835
/// expressed as requirements in the 'where' clause.
836836
///
837837
/// It also implements a compatibility behavior where sometimes typealiases in

0 commit comments

Comments
 (0)