Skip to content

Commit 4848e91

Browse files
committed
Fix broken link in docs
1 parent 23350bd commit 4848e91

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
@@ -2999,7 +2999,7 @@ pub struct ExceptionClause {
29992999
/// RAISE MY_EXCEPTION;
30003000
/// RAISE USING MESSAGE = "Some error";
30013001
///
3002-
/// BigQuery: https://cloud.google.com/bigquery/docs/reference/standard-sql/procedural-language#raise
3002+
/// BigQuery: <https://cloud.google.com/bigquery/docs/reference/standard-sql/procedural-language#raise>
30033003
/// Snowflake: <https://docs.snowflake.com/en/sql-reference/snowflake-scripting/raise>
30043004
// pub raises: Option<Option<Ident>>,
30053005
pub raises: Option<Box<Statement>>,

0 commit comments

Comments
 (0)