Clean up examples in new lint suggestion template

This commit is contained in:
r00ster 2021-08-07 08:02:25 +02:00 committed by GitHub
parent 2dbf0c138d
commit 43ee3fe56c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -15,8 +15,9 @@ labels: A-lint
*What is the advantage of the recommended code over the original code*
For example:
- Remove bounce checking inserted by ...
- Remove the need to duplicating/storing/typo ...
- Remove bounds check inserted by ...
- Remove the need to duplicate/store ...
- Remove typo ...
### Drawbacks