Fixed typos and whitespace

This commit is contained in:
Kristian Hellang
2013-11-25 13:42:27 +01:00
parent 727429278e
commit e5009598f7
6 changed files with 6 additions and 8 deletions

View File

@@ -14,7 +14,7 @@ namespace Octokit.Reactive
/// </remarks>
/// <param name="owner">The owner of the repository</param>
/// <param name="name">The name of the repository</param>
/// <param name="reference">Tha name of the reference</param>
/// <param name="reference">The name of the reference</param>
/// <returns></returns>
[SuppressMessage("Microsoft.Naming", "CA1716:IdentifiersShouldNotMatchKeywords", MessageId = "Get",
Justification = "Method makes a network request")]