Skip to content

Commit

Permalink
chore: update label
Browse files Browse the repository at this point in the history
  • Loading branch information
devtooligan committed Jun 15, 2023
1 parent 14c9761 commit fa22c34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slither/printers/summary/ck.py
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ def output(self, _filename):
txt += str(table1) + "\n"

# metrics4: function mutability counts
txt += bold("\nFunction mutatability\n")
txt += bold("\nState mutability\n")
keys = list(metrics3[self.contracts[0].name].keys())
table2 = make_pretty_table(["Contract", *keys], metrics3, True)
txt += str(table2) + "\n"
Expand Down

0 comments on commit fa22c34

Please sign in to comment.