summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/dev/cookbook.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/dev/cookbook.md b/docs/dev/cookbook.md
index e4740a1e..f9aee005 100644
--- a/docs/dev/cookbook.md
+++ b/docs/dev/cookbook.md
@@ -195,7 +195,7 @@ As defined by having the highest sum of incoming and outgoing calls. Adjust acco
```python
max(bv.functions, key=lambda x: len(x.callers + x.callees))
```
-j
+
### Accessing cross references
This recipe is useful for iterating over all of the HLIL cross-references of a given interesting function: