Skip to content

Commit 26f650c

Browse files
committed
doc typo
1 parent 5b516b3 commit 26f650c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

infile.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ func init() {
2828
}
2929

3030
// RegisterLocalFile adds the given file to the file whitelist,
31-
// so that it can be used by "LOAD DATA LOCAL INFILE <filepath".
31+
// so that it can be used by "LOAD DATA LOCAL INFILE <filepath>".
3232
// Alternatively you can allow the use of all local files with
3333
// the DSN parameter 'allowAllFiles=true'
3434
func RegisterLocalFile(filepath string) {

0 commit comments

Comments
 (0)