We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0586ecd commit b27176dCopy full SHA for b27176d
slither/tools/mutator/mutators/LIR.py
@@ -10,7 +10,7 @@
10
11
class LIR(AbstractMutator): # pylint: disable=too-few-public-methods
12
NAME = "LIR"
13
- HELP = "Literal Interger Replacement"
+ HELP = "Literal Integer Replacement"
14
15
def _mutate(self) -> Dict: # pylint: disable=too-many-branches
16
result: Dict = {}
0 commit comments