Fix typos in comments (#2040)

This commit is contained in:
Jose de Jesus Medina
2019-10-30 09:51:20 -07:00
committed by Brendan Forster
parent 8b263cdc0f
commit 5eb9f06b24
34 changed files with 70 additions and 70 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ namespace Octokit.Internal
if (ReflectionUtils.IsStringEnumWrapper(type))
{
// Handle StringEnum<T> by getting the underlying enum value, then using the enum serializer
// Note this will throw if the StringEnum<T> was initialised using a string that is not a valid enum member
// Note this will throw if the StringEnum<T> was initialized using a string that is not a valid enum member
var inputEnum = (getters["value"](input) as Enum);
if (inputEnum != null)
{