summaryrefslogtreecommitdiff
path: root/docs/tutorial/helper_scripts.md
diff options
context:
space:
mode:
authorplayerskel <97991990+playerskel@users.noreply.github.com>2022-01-24 00:09:02 +0100
committerGitHub <noreply@github.com>2022-01-23 18:09:02 -0500
commitf4a72303cb15abbebefb907480b46737d6c51d9d (patch)
tree9024b80f3a3c9c4937861fb747a7ffa62dd559ef /docs/tutorial/helper_scripts.md
parentf344fe648bd71b0b61bbb5f4cf41edcaf12a981d (diff)
Whitespace (#1112)
* remove trailing whitespaces * minor docs tweaks * some more trailing whitespaces * few more tweaks
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
```