Skip to content

Commit de8117d

Browse files
Merge pull request #215958 from soferreira/patch-9
Update control-flow-until-activity.md
2 parents 9c7f514 + f439423 commit de8117d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/data-factory/control-flow-until-activity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ ms.custom: devx-track-azurepowershell, synapse
1515
# Until activity in Azure Data Factory and Synapse Analytics
1616
[!INCLUDE[appliesto-adf-asa-md](includes/appliesto-adf-asa-md.md)]
1717

18-
The Until activity provides the same functionality that a do-until looping structure provides in programming languages. It executes a set of activities in a loop until the condition associated with the activity evaluates to true. If a inner activity fails the Until activity does not stop. You can specify a timeout value for the until activity.
18+
The Until activity provides the same functionality that a do-until looping structure provides in programming languages. It executes a set of activities in a loop until the condition associated with the activity evaluates to true. If an inner activity fails, the Until activity does not stop. You can specify a timeout value for the until activity.
1919

2020
## Create an Until activity with UI
2121

0 commit comments

Comments
 (0)