Skip to content

Commit

Permalink
chore(docs): fix typo ('some_peth' -> 'some_path') (#511)
Browse files Browse the repository at this point in the history
  • Loading branch information
coopbri authored Feb 9, 2024
1 parent 17c554b commit 77876f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/StdJson.sol
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import {VmSafe} from "./Vm.sol";
// To parse:
// ```
// using stdJson for string;
// string memory json = vm.readFile("some_peth");
// string memory json = vm.readFile("some_path");
// json.parseUint("<json_path>");
// ```
// To write:
Expand Down

0 comments on commit 77876f8

Please sign in to comment.