Skip to content

Commit 4a5f20e

Browse files
authored
Fix ClickHouse document link from Russian to English (apache#1527)
1 parent 724a1d1 commit 4a5f20e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ast/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3167,7 +3167,7 @@ pub enum Statement {
31673167
/// KILL [CONNECTION | QUERY | MUTATION]
31683168
/// ```
31693169
///
3170-
/// See <https://clickhouse.com/docs/ru/sql-reference/statements/kill/>
3170+
/// See <https://clickhouse.com/docs/en/sql-reference/statements/kill/>
31713171
/// See <https://dev.mysql.com/doc/refman/8.0/en/kill.html>
31723172
Kill {
31733173
modifier: Option<KillType>,

0 commit comments

Comments
 (0)