Skip to content

Commit

Permalink
Update BatchOperation.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
jefim authored Aug 6, 2024
1 parent 92af55c commit 39a4960
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
namespace Frends.MicrosoftSQL.BatchOperation;

/// <summary>
/// MicrosoftSQL Task.
/// MicrosoftSQL BatchOperation Task.
/// </summary>
public class MicrosoftSQL
{
Expand Down Expand Up @@ -137,4 +137,4 @@ private static void OnPluginUnloadingRequested(AssemblyLoadContext obj)
{
obj.Unloading -= OnPluginUnloadingRequested;
}
}
}

0 comments on commit 39a4960

Please sign in to comment.