Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Update DirectoryTransferContext.cs
Description needs to be updated from "Callback invoked to tell whether a transfer should be done" to "Callback invoked to check whether a transfer should be done"
  • Loading branch information
navba-MSFT authored Oct 10, 2022
commit 6594bd35a8b5530b8a9d01089abd3fe011393f64
2 changes: 1 addition & 1 deletion lib/DirectoryTransferContext.cs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public DirectoryTransferContext(Stream journalStream)
}

/// <summary>
/// Gets or sets the callback invoked to tell whether a transfer should be done.
/// Gets or sets the callback invoked to check whether a transfer should be done.
/// </summary>
public ShouldTransferCallbackAsync ShouldTransferCallbackAsync
{
Expand Down