File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff 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'.
223223func NewReindex (dsn interface {}, options ... interface {}) (* Reindexer , error ) {
You can’t perform that action at this time.
0 commit comments