diff --git a/Octokit/Http/ProductHeaderValue.cs b/Octokit/Http/ProductHeaderValue.cs index 64008c3e..36360a3d 100644 --- a/Octokit/Http/ProductHeaderValue.cs +++ b/Octokit/Http/ProductHeaderValue.cs @@ -45,7 +45,7 @@ } /// - /// Gets the version of the product. + /// The version of the product. /// public string Version { @@ -92,4 +92,4 @@ return result; } } -} \ No newline at end of file +}