Skip to content

Commit a4e072b

Browse files
authored
Update SQL.md
1 parent 62b2a47 commit a4e072b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SQL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ ctx := ydb.WithTxControl(ctx, table.OnlineReadOnlyTxControl())
154154
## Retryers for `YDB` `database/sql` driver <a name="retry"></a>
155155

156156
`YDB` is a distributed `RDBMS` with non-stop 24/7 releases flow.
157-
It means some nodes mey be not available for queries.
157+
It means some nodes may be not available for queries.
158158
Also network errors may be occurred.
159159
That's why some queries may be complete with errors.
160160
Most of those errors are transient.
@@ -260,4 +260,4 @@ nativeDriver.Table().Do(ctx, func(ctx context.Context, s table.Session) error {
260260
// doing with native YDB session
261261
return nil
262262
})
263-
```
263+
```

0 commit comments

Comments
 (0)