Skip to content

Commit b239866

Browse files
committed
Improve docs
1 parent 54b235d commit b239866

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

trino-lb-core/src/trino_query.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ pub struct TrinoQuery {
5252
/// Endpoint of the Trino cluster the query is running on.
5353
pub trino_endpoint: Url,
5454

55-
/// (Optionally, if configured) public endpoint of the Trino cluster.
55+
/// Public endpoint of the Trino cluster, if it's configured in the trino-lb config.
5656
/// This can e.g. be used to change segment ackUris to.
5757
pub trino_external_endpoint: Option<Url>,
5858

0 commit comments

Comments
 (0)