Skip to content

Commit 226bca1

Browse files
authored
Merge pull request #91 from shkray/master
fix usable mistake
2 parents 28ca522 + eb296c0 commit 226bca1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reindexer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ func (db *Reindexer) Status() bindings.Status {
217217

218218
// NewReindex creates a new instance of Reindexer.
219219
// Returns created instance and error if occurred (e.g., DB locked or unreachable).
220-
// In case of CPROTO binding this error may be temporary (e.g., remote server is unavailable) and Reindexer object is still usebale,
220+
// In case of CPROTO binding this error may be temporary (e.g., remote server is unavailable) and Reindexer object is still usable,
221221
// despite this error (binding will try to perform reconnect on the next call).
222222
// The absolute path for Windows builtin should look like 'builtin://C:/my/folder/db'.
223223
func NewReindex(dsn interface{}, options ...interface{}) (*Reindexer, error) {

0 commit comments

Comments
 (0)