Skip to content

Commit 1c6601e

Browse files
authored
Merge pull request #106894 from toolboc/patch-1
Grammar fix
2 parents dadeaa0 + 9f8f167 commit 1c6601e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/synapse-analytics/spark/microsoft-spark-utilities.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,7 @@ After the run finished, you will see a snapshot link named '**View notebook run:
610610
### Exit a notebook
611611
Exits a notebook with a value. You can run nesting function calls in a notebook interactively or in a pipeline.
612612

613-
- When you call an `exit()` function a notebook interactively, Azure Synapse will throw an exception, skip running subsequence cells, and keep Spark session alive.
613+
- When you call an *exit()* function from a notebook interactively, Azure Synapse will throw an exception, skip running subsequence cells, and keep the Spark session alive.
614614

615615
- When you orchestrate a notebook that calls an `exit()` function in a Synapse pipeline, Azure Synapse will return an exit value, complete the pipeline run, and stop the Spark session.
616616

0 commit comments

Comments
 (0)