diff options
Diffstat (limited to 'Branches.md')
-rw-r--r-- | Branches.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Branches.md b/Branches.md index b727caa..f95bf04 100644 --- a/Branches.md +++ b/Branches.md @@ -8,7 +8,7 @@ Patch branches are typically used to generate a `.patch` file that may be applie ## Base Branches -Base branches are typically not very portable and are designed to user's to use them as a base to build on top of. +Base branches are typically not very portable and are designed for user's to use them as a base to build on top of. - [pokecrystal-optimization](https://github.com/mid-kid/pokecrystal/tree/optimization) - Aims to remove all of the unused code/data. - [pokecrystal-no-maps](https://github.com/Rangi42/pokecrystal/tree/no-maps) - Removes all but some essential maps. |