Clarify info message

pull/1470/head
Ardis Lu 2 years ago
parent d4adca66da
commit 4254ea9d7d
No known key found for this signature in database
  1. 2
      slither/detectors/naming_convention/naming_convention.py

@ -122,7 +122,7 @@ Solidity defines a [naming convention](https://solidity.readthedocs.io/en/v0.4.2
info = [
"Variable ",
var,
" used l, O, I, which should not be used\n",
" is single letter l, O, or I, which should not be used\n",
]
res = self.generate_result(info)

Loading…
Cancel
Save