mysterioustrousers / MTMigration

Manages blocks of code that only need to run once on version updates in iOS apps.
BSD 2-Clause "Simplified" License
914 stars 50 forks source link

Fixes a silly documentation warning #32

Open BadChoice opened 6 years ago

BadChoice commented 6 years ago

When building with xcode I get this warning

Parameter 'buildNumber' not found in the function declaration

And it is just because the documentation parameter name is not the same as the real one, so I updated the doc block param name