Skip to content

Commit e02a5af

Browse files
authored
Update README.md
1 parent c02436f commit e02a5af

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -86,8 +86,8 @@ This option was added to standardize the code across a project and enforce the u
8686

8787
Valid options:
8888

89-
- `"always"`: Prefer the explicit types `uint256`, `int256`.
90-
- `"never"`: Prefer the type aliases `uint`, `int`.
89+
- `"always"`: Prefer explicit types (`uint256`, `int256`, etc.)
90+
- `"never"`: Prefer type aliases (`uint`, `int`, etc.).
9191
- `"preserve"`: Respect the type used by the developer.
9292

9393
| Default | CLI Override | API Override |

0 commit comments

Comments
 (0)