IObservableMiscellaneousClient and ObservableMiscellaneousClient fixes

This commit is contained in:
aedampir@gmail.com
2016-03-29 17:39:08 +07:00
parent fc644a0b1d
commit bc0390ef4a
2 changed files with 2 additions and 2 deletions
@@ -53,7 +53,7 @@ namespace Octokit.Reactive
IObservable<LicenseMetadata> GetAllLicenses();
/// <summary>
/// Retrieves a license based on the licence key such as "mit"
/// Retrieves a license based on the license key such as "mit"
/// </summary>
/// <param name="key"></param>
/// <returns>A <see cref="License" /> that includes the license key, text, and attributes of the license.</returns>
@@ -78,7 +78,7 @@ namespace Octokit.Reactive
}
/// <summary>
/// Retrieves a license based on the licence key such as "mit"
/// Retrieves a license based on the license key such as "mit"
/// </summary>
/// <param name="key"></param>
/// <returns>A <see cref="License" /> that includes the license key, text, and attributes of the license.</returns>