Skip to content

Commit a7f03b7

Browse files
committed
feat: new ci, formatcpfgenerate
1 parent e4b552d commit a7f03b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

validgen.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ func UnformatCPF(cpfString string) (string, error) {
3939

4040
/*
4141
FormatGeneratedCpf - Format generated cpf
42-
- @return {string, error} - cpf, error
42+
- @return {string, error} - cpf, error
4343
*/
4444
func FormatGeneratedCPF() (string, error) {
4545
return cpf.CPFFunctions{}.FormatGeneratedCPF()

0 commit comments

Comments
 (0)