Skip to content

Commit 67ad653

Browse files
authored
Update interacting-with-offchain-data-via-ffi.md
1 parent b6bb1d7 commit 67ad653

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

program-analysis/echidna/advanced/interacting-with-offchain-data-via-ffi.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ The usage of this cheatcode should be extremely limited, well documented, and on
1616

1717
If reading the previous section didn't scare you enough and you still want to use `ffi`, you will need to explicitly tell Echidna to allow the cheatcode in the tests. This safety measure makes sure you don't accidentally execute `ffi` code.
1818

19-
To enable the cheatcode, set the 'allowFFI`flag to`true` in your Echidna configuration file:
19+
To enable the cheatcode, set the `allowFFI` flag to `true` in your Echidna configuration file:
2020

2121
```yaml
2222
allowFFI: true

0 commit comments

Comments
 (0)