Skip to content

Commit 73ed27e

Browse files
committed
small clarification on getUpdateContracts
1 parent f87b4b6 commit 73ed27e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ARCtrl/ARC.fs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ type ARC(?isa : ISA.ArcInvestigation, ?cwl : CWL.CWL, ?fs : FileSystem.FileSyste
297297
/// <summary>
298298
/// This function returns the all update Contracts for the current state of the ARC. Only update contracts for those ISA objects that have been changed will be returned. If an ISA object was added to the ARC, instead a write contract for the complete object folder will be returned.
299299
///
300-
///
300+
/// An obect is considered changed if its hash code has changed compared with the StaticHash. An object is considered added if its StaticHash code is 0.
301301
///
302302
/// ISA contracts do contain the object data as spreadsheets, while the other contracts only contain the path.
303303
/// </summary>

0 commit comments

Comments
 (0)