Skip to content

Commit 7ebe438

Browse files
authored
fix: correct typos in comments (#788)
1 parent 0c9da57 commit 7ebe438

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

src/StdConfig.sol

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ import {Variable, Type, TypeKind, LibVariable} from "./LibVariable.sol";
1010
/// @dev This contract assumes a toml structure where top-level keys
1111
/// represent chain ids or aliases. Under each chain key, variables are
1212
/// organized by type in separate sub-tables like `[<chain>.<type>]`, where
13-
/// type must be: `bool`, `address`, `bytes32`, `uint`, `ìnt`, `string`, or `bytes`.
13+
/// type must be: `bool`, `address`, `bytes32`, `uint`, `int`, `string`, or `bytes`.
1414
///
1515
/// Supported format:
1616
/// ```
@@ -37,7 +37,7 @@ contract StdConfig {
3737

3838
VmSafe private constant vm = VmSafe(address(uint160(uint256(keccak256("hevm cheat code")))));
3939

40-
/// @dev Types: `bool`, `address`, `bytes32`, `uint`, `ìnt`, `string`, `bytes`.
40+
/// @dev Types: `bool`, `address`, `bytes32`, `uint`, `int`, `string`, `bytes`.
4141
uint8 private constant NUM_TYPES = 7;
4242

4343
// -- ERRORS ---------------------------------------------------------------

src/Vm.sol

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)