Refactoring for consistency.

This commit is contained in:
Devesh Khandelwal
2016-04-06 22:27:27 +05:30
parent dce2be29e1
commit e5e5261aef
7 changed files with 10 additions and 10 deletions
@@ -8,6 +8,6 @@
/// <remarks>
/// See the <a href="https://developer.github.com/v3/migration/migrations/">Enterprise License API documentation</a> for more information.
/// </remarks>
IObservableMigrationsClient Migration { get; }
IObservableMigrationsClient Migrations { get; }
}
}