Skip to content

Commit 14de15e

Browse files
committed
Update ConstraintSolver_Rules.cs
1 parent 3d544d9 commit 14de15e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Draco.Compiler/Internal/Solver/ConstraintSolver_Rules.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ private bool ApplyRulesOnce(DiagnosticBag diagnostics)
171171
}
172172

173173
// If there is a single indexer, we check visibility
174-
// This is because in this case overload resolution will skip hecking visibility
174+
// This is because in this case overload resolution will skip checking visibility
175175
if (indexers.Length == 1)
176176
{
177177
this.Context.CheckVisibility(indexer.Locator, indexers[0], "indexer", diagnostics);

0 commit comments

Comments
 (0)