Skip to content

Commit aa256cf

Browse files
author
XieBiao
committed
fix upper case
1 parent 3731d97 commit aa256cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ func main() {
1717
analysis := NewAnalysis(redis)
1818

1919
//Scan the keys which can be split by '#' ':'
20-
//special pattern characters need to escape by '\'
20+
//Special pattern characters need to escape by '\'
2121
analysis.Start([]string{"#", ":"}, 3000)
2222

2323
//Find the csv file in default target folder: ./reports

0 commit comments

Comments
 (0)