We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b66ccb3 commit 3fac526Copy full SHA for 3fac526
sdk/storage/Azure.Storage.Files.DataLake/src/DataLakeFileClient.cs
@@ -3987,7 +3987,7 @@ internal async Task<Response<PathInfo>> StagedUploadInternal(
3987
3988
#region ScheduleDeletion
3989
/// <summary>
3990
- /// Schedules the file for deletation.
+ /// Schedules the file for deletion.
3991
/// </summary>
3992
/// <param name="options">
3993
/// Schedule deletion parameters.
@@ -4013,7 +4013,7 @@ public virtual Response<PathInfo> ScheduleDeletion(
4013
.EnsureCompleted();
4014
4015
4016
4017
4018
4019
0 commit comments