Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 49346f8 commit c2de57dCopy full SHA for c2de57d
LibGit2Sharp/Identity.cs
@@ -20,7 +20,7 @@ public Identity(string name, string email)
20
Ensure.ArgumentNotNullOrEmptyString(name, "name");
21
Ensure.ArgumentNotNullOrEmptyString(email, "email");
22
Ensure.ArgumentDoesNotContainZeroByte(name, "name");
23
- Ensure.ArgumentDoesNotContainZeroByte(name, "email");
+ Ensure.ArgumentDoesNotContainZeroByte(email, "email");
24
25
_name = name;
26
_email = email;
0 commit comments