Rename value to version

The parameter name was incorrect.
This commit is contained in:
Haacked
2015-12-10 14:30:06 -08:00
parent 96e6a9352a
commit 5ce1180f81
+2 -2
View File
@@ -9,8 +9,8 @@
{
}
public ProductHeaderValue(string name, string value)
: this(new System.Net.Http.Headers.ProductHeaderValue(name, value))
public ProductHeaderValue(string name, string version)
: this(new System.Net.Http.Headers.ProductHeaderValue(name, version))
{
}