Skip to content

Commit 77876f8

Browse files
authored
chore(docs): fix typo ('some_peth' -> 'some_path') (#511)
1 parent 17c554b commit 77876f8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/StdJson.sol

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import {VmSafe} from "./Vm.sol";
99
// To parse:
1010
// ```
1111
// using stdJson for string;
12-
// string memory json = vm.readFile("some_peth");
12+
// string memory json = vm.readFile("some_path");
1313
// json.parseUint("<json_path>");
1414
// ```
1515
// To write:

0 commit comments

Comments
 (0)