Skip to content

Commit cfdd697

Browse files
committed
Fix the comment
1 parent 55278b1 commit cfdd697

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dump.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Data struct to configure dump behavior
1818
Out: Stream to wite to
1919
Connection: Database connection to dump
2020
IgnoreTables: Mark sensitive tables to ignore
21-
MaxAllowedPacket: Sets the largest packet size to use in backups
21+
MaxAllowedPacket: Sets the largest packet size to use in backups
2222
LockTables: Lock all tables for the duration of the dump
2323
*/
2424
type Data struct {

0 commit comments

Comments
 (0)