Skip to content

Commit 162c9f5

Browse files
authored
Fix typo in ydb_query_v1.proto (#9364)
1 parent 66b9521 commit 162c9f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ydb/public/api/grpc/ydb_query_v1.proto

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import "ydb/public/api/protos/ydb_operation.proto";
77
import "ydb/public/api/protos/ydb_query.proto";
88

99
service QueryService {
10-
// Sessions are basic primitives for communicating with YDB Query Service. The are similar to
10+
// Sessions are basic primitives for communicating with YDB Query Service. They are similar to
1111
// connections for classic relational DBs. Sessions serve three main purposes:
1212
// 1. Provide a flow control for DB requests with limited number of active channels.
1313
// 2. Distribute load evenly across multiple DB nodes.

0 commit comments

Comments
 (0)