Skip to content

Commit 1d68ecc

Browse files
lcawlmarciw
andauthored
Update specification/sql/query/QuerySqlRequest.ts
Co-authored-by: Marci W <[email protected]>
1 parent 9f8abf3 commit 1d68ecc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

specification/sql/query/QuerySqlRequest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export interface Request extends RequestBase {
7676
fetch_size?: integer
7777
/**
7878
* If `false`, the API returns an exception when encountering multiple values for a field.
79-
* If `true`, the API is lenient and returns the API returns the first value from the array with no guarantee of consistent results.
79+
* If `true`, the API is lenient and returns the first value from the array with no guarantee of consistent results.
8080
* @server_default false
8181
*/
8282
field_multi_value_leniency?: boolean

0 commit comments

Comments
 (0)