From 1165091e6ba9bfae94993f7a8bcaba7f04182522 Mon Sep 17 00:00:00 2001 From: Hannes Schmidt Date: Mon, 10 May 2021 21:22:21 -0700 Subject: [PATCH] fixup! Specify update semantics (DataBiosphere/azul#2884) Clarify "If a (b) then c (d)" language. https://github.com/HumanCellAtlas/dcp2/pull/6#discussion_r625955472 https://github.com/HumanCellAtlas/dcp2/pull/6#discussion_r626211349 --- docs/dcp2_system_design.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/dcp2_system_design.rst b/docs/dcp2_system_design.rst index 30f19ce..a3f3fb2 100644 --- a/docs/dcp2_system_design.rst +++ b/docs/dcp2_system_design.rst @@ -1204,8 +1204,8 @@ Rename or update a data file applies to the former. If the ``file_name`` property is the same as in the original and the - staging area has the `is_delta`` property set to ``true`` (``false``), the - ``sha1`` and ``sha256`` properties must (should) differ from their + staging area has the `is_delta`` property set to ``true`` (or ``false``), + the ``sha1`` and ``sha256`` properties must (or should) differ from their respective values in the orginal. [#]_ In other words, redundant updates are disallowed in delta staging areas, but discouraged otherwise.