Skip to content

Commit

Permalink
Rename EyeColor variable (#2187)
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeifmf authored Oct 9, 2023
1 parent b3c571c commit 3dfa90e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ private class EyeColor
public string Green = "green";
public string Brown = "brown";
public string Hazel = "hazel";
public string Brey = "grey";
public string Grey = "grey";
}

public Authenticator(Identity admin)
Expand Down

0 comments on commit 3dfa90e

Please sign in to comment.