Skip to content

Commit c16d90a

Browse files
committed
chore(randomstring.go): remove Turkish comment and translate it to English
The Turkish comment "Yeni eklenen alan: kullanıcı tanımlı karakter seti" has been removed and translated to English. This improves code readability and maintainability for non-Turkish speakers.
1 parent 9e8041e commit c16d90a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

randomstring.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ type GenerationOptions struct {
2727
DisableLowercase bool
2828
DisableUppercase bool
2929
EnableSpecialCharacter bool
30-
CustomCharset Charset // Yeni eklenen alan: kullanıcı tanımlı karakter seti
30+
CustomCharset Charset
3131
}
3232

3333
func generateStringFromCharset(charset Charset, length int) (string, error) {

0 commit comments

Comments
 (0)