Skip to content

Commit 324b83d

Browse files
committed
RequirementMachine: Fix a typo in a comment
1 parent 64330f5 commit 324b83d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/AST/RequirementMachine/PropertyMap.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -448,8 +448,8 @@ namespace {
448448
///
449449
/// These lower to the following two rules:
450450
///
451-
/// T.[concrete: Foo<τ_0_0, τ_0_1, String> with {X.Y, Z}]
452-
/// T.[concrete: Foo<Int, τ_0_0, τ_0_1> with {A.B, W}]
451+
/// T.[concrete: Foo<τ_0_0, τ_0_1, String> with {X.Y, Z}] => T
452+
/// T.[concrete: Foo<Int, τ_0_0, τ_0_1> with {A.B, W}] => T
453453
///
454454
/// The two concrete type symbols will be added to the property bag of 'T',
455455
/// and we will eventually end up in this method, where we will generate three

0 commit comments

Comments
 (0)