mirror of
https://github.com/github/codeql.git
synced 2025-12-21 11:16:30 +01:00
Fix minor quality issues in comment and change note
This commit is contained in:
@@ -15,7 +15,7 @@ string GeneratePassword()
|
||||
password = "mypassword" + BitConverter.ToInt32(randomBytes);
|
||||
}
|
||||
|
||||
// BAD: Membership.GeneratePassword is generates a password with a bias
|
||||
// BAD: Membership.GeneratePassword generates a password with a bias
|
||||
password = Membership.GeneratePassword(12, 3);
|
||||
|
||||
return password;
|
||||
|
||||
Reference in New Issue
Block a user