Fix typo "indicies" (#92232)

This commit is contained in:
Jay Foad
2024-05-15 13:10:16 +01:00
committed by GitHub
parent ccbf908b08
commit 1650f1b3d7
36 changed files with 114 additions and 113 deletions

View File

@@ -12,7 +12,7 @@ from dex.dextIR import ValueIR
class DexExpectStepOrder(CommandBase):
"""Expect the line every `DexExpectStepOrder` is found on to be stepped on
in `order`. Each instance must have a set of unique ascending indicies.
in `order`. Each instance must have a set of unique ascending indices.
DexExpectStepOrder(*order)