Skip to content

Commit b7b96ed

Browse files
committed
fix comment
1 parent 9fb6d24 commit b7b96ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

strs/strs.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ func CopyStrPtr(sp *string) *string {
5454
const (
5555
// FQDNDelimiter is the default FQDN delimiter.
5656
FQDNDelimiter = "."
57-
// FQDNEsc is the default escape char for FQDN. Esc is used for escaping "." and itselfxw.x
57+
// FQDNEsc is the default escape char for FQDN. Esc is used for escaping "." and itself.
5858
FQDNEsc = "%"
5959
)
6060

0 commit comments

Comments
 (0)