Use proper type instead of id

This commit is contained in:
Kevin Renskers
2012-12-29 16:21:55 +00:00
parent 9e96a5a83b
commit d0f6e20367
2 changed files with 3 additions and 3 deletions

View File

@@ -62,7 +62,7 @@ Have a bug? Please [create an issue on GitHub](https://github.com/gangverk/GVUse
GVUserDefaults is an open source project and your contribution is very much appreciated.
1. Check for [open issues](https://github.com/gangverk/GVUserDefaults/issues) or [open a fresh issue](https://github.com/gangverk/GVUserDefaults/issues/new) to start a discussion around a feature idea or a bug.
2. Fork the [repository on Github](https://github.com/gangverk/GVUserDefaults) and make your changes on the **develop** branch (or branch off of it).
2. Fork the [repository on Github](https://github.com/gangverk/GVUserDefaults) and make your changes on the **develop** branch (or branch off of it). Please retain the code style that is used in the project.
3. Write tests, make sure everything passes.
4. Make sure to add yourself to AUTHORS and send a pull request.