mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-05 03:30:34 +00:00
IObservableMiscellaneousClient and ObservableMiscellaneousClient fixes
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user