@@ -43,21 +43,21 @@ use std::sync::Arc;
4343/// The code in this example shows how to:
4444///
4545/// 1. [`simple_expr_to_sql_demo`]: Create a simple expression [`Exprs`] with
46- /// fluent API and convert to sql suitable for passing to another database
46+ /// fluent API and convert to sql suitable for passing to another database
4747///
4848/// 2. [`simple_expr_to_pretty_sql_demo`] Create a simple expression
49- /// [`Exprs`] with fluent API and convert to sql without extra parentheses,
50- /// suitable for displaying to humans
49+ /// [`Exprs`] with fluent API and convert to sql without extra parentheses,
50+ /// suitable for displaying to humans
5151///
5252/// 3. [`simple_expr_to_sql_demo_escape_mysql_style`]" Create a simple
53- /// expression [`Exprs`] with fluent API and convert to sql escaping column
54- /// names in MySQL style.
53+ /// expression [`Exprs`] with fluent API and convert to sql escaping column
54+ /// names in MySQL style.
5555///
5656/// 4. [`simple_plan_to_sql_demo`]: Create a simple logical plan using the
57- /// DataFrames API and convert to sql string.
57+ /// DataFrames API and convert to sql string.
5858///
5959/// 5. [`round_trip_plan_to_sql_demo`]: Create a logical plan from a SQL string, modify it using the
60- /// DataFrames API and convert it back to a sql string.
60+ /// DataFrames API and convert it back to a sql string.
6161///
6262/// 6. [`unparse_my_logical_plan_as_statement`]: Create a custom logical plan and unparse it as a statement.
6363///
0 commit comments