mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-05 03:30:34 +00:00
Fix typos in comments (#2040)
This commit is contained in:
committed by
Brendan Forster
parent
8b263cdc0f
commit
5eb9f06b24
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user