Skip to content

Commit eac3a7f

Browse files
committed
Fix typo
[ci skip]
1 parent 4cb3725 commit eac3a7f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -495,7 +495,7 @@ For an example see [shaxbee/go-spatialite](https://github.com/shaxbee/go-spatial
495495
Second please set the database connections of the SQL package to 1.
496496

497497
```go
498-
db.SetMaxOpenConn(1)
498+
db.SetMaxOpenConns(1)
499499
```
500500

501501
More information see [#209](https://github.com/mattn/go-sqlite3/issues/209)

0 commit comments

Comments
 (0)