Skip to content

Commit eb5cb81

Browse files
committed
Merge pull request #81 from MJKWoolnough/master
Typo in README
2 parents 649219c + 27b976a commit eb5cb81

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
@@ -111,7 +111,7 @@ Possible Parameters are:
111111
* `parseTime`: `parseTime=true` changes the output type of `DATE` and `DATETIME` values to `time.Time` instead of `[]byte` / `string`
112112
* `loc`: Sets the location for time.Time values (when using `parseTime=true`). The default is `UTC`. *"Local"* sets the system's location. See [time.LoadLocation](http://golang.org/pkg/time/#LoadLocation) for details.
113113
* `strict`: Enable strict mode. MySQL warnings are treated as errors.
114-
* `clientFoundRows`: `clientFoundRows=true` causes causes an UPDATE to return the number of matching rows instead of the number of rows changed.
114+
* `clientFoundRows`: `clientFoundRows=true` causes an UPDATE to return the number of matching rows instead of the number of rows changed.
115115

116116
All other parameters are interpreted as system variables:
117117
* `autocommit`: *"SET autocommit=`value`"*

0 commit comments

Comments
 (0)