diff options
author | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-12-31 01:03:38 -0500 |
---|---|---|
committer | Rangi <remy.oukaour+rangi42@gmail.com> | 2018-12-31 01:03:38 -0500 |
commit | 8f60de5aba45f3e2ec67c685ae5d9177e2102a9e (patch) | |
tree | 2e3e12b1b18ecfe8d68d01f8f176821f23ad1aea | |
parent | 22657f60784c91312411b07b5cbd1fe86abd71d2 (diff) |
Fix a typo
-rw-r--r-- | docs/bugs_and_glitches.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/bugs_and_glitches.md b/docs/bugs_and_glitches.md index d4d8c7870..82503e70a 100644 --- a/docs/bugs_and_glitches.md +++ b/docs/bugs_and_glitches.md @@ -2,7 +2,8 @@ These are known bugs and glitches in the original Pokémon Crystal game: code that clearly does not work as intended, or that only works in limited circumstances but has the possibility to fail or crash. -Fixes are written in the `diff` format. If you're familiar with git, this should look farmiliar: +Fixes are written in the `diff` format. If you've used Git before, this should look familiar: + ```diff this is some code -delete red - lines |