Skip to content

Commit 7e41f55

Browse files
authored
Update quickstart-apache-spark-notebook.md
Fixed typo on line 87 (double parenthesis).
1 parent 14f1891 commit 7e41f55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/synapse-analytics/quickstart-apache-spark-notebook.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ A notebook is an interactive environment that supports various programming langu
8484

8585
## Run Spark SQL statements
8686

87-
Structured Query Language (SQL)) is the most common and widely used language for querying and defining data. Spark SQL functions as an extension to Apache Spark for processing structured data, using the familiar SQL syntax.
87+
Structured Query Language (SQL) is the most common and widely used language for querying and defining data. Spark SQL functions as an extension to Apache Spark for processing structured data, using the familiar SQL syntax.
8888

8989
1. Paste the following code in an empty cell, and then run the code. The command lists the tables on the pool.
9090

0 commit comments

Comments
 (0)