Skip to content

Commit

Permalink
fix name
Browse files Browse the repository at this point in the history
  • Loading branch information
zerosnacks committed Mar 6, 2024
1 parent b10b176 commit 9812a75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/StdToml.sol
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ import {VmSafe} from "./Vm.sol";
// toml.write("<some_path>");
// ```

library stdJson {
library stdToml {
VmSafe private constant vm = VmSafe(address(uint160(uint256(keccak256("hevm cheat code")))));

function parseRaw(string memory toml, string memory key) internal pure returns (bytes memory) {
Expand Down

0 comments on commit 9812a75

Please sign in to comment.