Skip to content

Commit 1f77e70

Browse files
committed
fix(README.md): fix typo in function name from GenerateStrin to GenerateString
The function name was corrected from GenerateStrin to GenerateString to match the actual function name.
1 parent 324fc3f commit 1f77e70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ func main() {
3535
Length: 10,
3636
}
3737

38-
result, _ := randomstring.GenerateStrin(opts)
38+
result, _ := randomstring.GenerateString(opts)
3939

4040
fmt.Println(result)
4141
}

0 commit comments

Comments
 (0)