summaryrefslogtreecommitdiff
path: root/docs/tutorial/helper_scripts.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/tutorial/helper_scripts.md')
-rw-r--r--docs/tutorial/helper_scripts.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/tutorial/helper_scripts.md b/docs/tutorial/helper_scripts.md
index b75ba48fd..efdb31d47 100644
--- a/docs/tutorial/helper_scripts.md
+++ b/docs/tutorial/helper_scripts.md
@@ -66,7 +66,7 @@ Suggestions are saved in the function directory it imported the function into.
## first_diff
-Tells you where your built rom first differs from the baserom. It gives you a memory address that you can use to do, e.g. a binary diff, and also tries too find what function or data this address is in. Run with
+Tells you where your built rom first differs from the baserom. It gives you a memory address that you can use to do, e.g. a binary diff, and also tries too find what function or data this address is in. Run with
```C
./first_diff.py
```