Skip to content

Commit ad30583

Browse files
authored
Merge pull request mattn#695 from mattn/fix-typo
Fix typo
2 parents 4cb3725 + eac3a7f commit ad30583

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)