Skip to content

Commit

Permalink
Update key-exists.md (foundry-rs#971)
Browse files Browse the repository at this point in the history
Fix the missing "`" symbol to enclose the code block properly.
  • Loading branch information
h4x3rotab authored Aug 3, 2023
1 parent 9f2c9e8 commit 6eeba6e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cheatcodes/key-exists.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
```solidity
// Check if a key exists in a JSON string.
vm.keyExists(string memory json, string memory key) returns (bool)
``
```

### Description

Expand Down

0 comments on commit 6eeba6e

Please sign in to comment.